I'm trying to change the referer in post request in the code below but it seems not to work.
request = requests.post("https://someurl.com/", data=result,
headers={'Content-Type': 'application/json',
"Referer":'https://someotheuerl.com/',
})
have no idea what to do for fixing this problem
try this: