I’m reverse engeneering a API to consume data almost with no webscraping, when I do in node/js
fetch(url,{method:'POST'})
I get a json data (status code 200) but when I do this exact same request on python, reqbin, ARC etc I get 403 unauthorized.
How can this happen? I think it’s due to the chrome engine in node js.