Hello,
I am trying to extract the JSON returned by an XHR request. The “API” requires the refer to be correct, so its not as easy as copying the request parameters. What’s the best way?
Thank you
Hello,
I am trying to extract the JSON returned by an XHR request. The “API” requires the refer to be correct, so its not as easy as copying the request parameters. What’s the best way?
Thank you
You can just send them as HTTP header.
–Philipp