Redirects / cookies / etc.
While some sites work (e.g. www.bbc.com, www.youtypeitwepostit.com), others are causing me difficulty:
- www.barchart.com, www.nytimes.com, www.sumologic.com results in a HTTP 301
- my company's test environment website homepage results in a 302
- an API I am working on only ever comes back with 404
Do I need to do further configuration of the proxy server that is set up by startAdminServer?
All of the above is relative to using curl. I was unable to configure my browser's (Chrome) proxy settings so that I could get anything back. If there are any instructions on how to configure one's browser to record, all the better.
www.barchart.com, www.nytimes.com, www.sumologic.com results in a HTTP 301 my company's test environment website homepage results in a 302
for this two, looks like it's redirect. What's http request look like? an API I am working on only ever comes back with 404 can you paste your initial request here? What's the result without using Flashback?
All of the above is relative to using curl. I was unable to configure my browser's (Chrome) proxy settings so that I could get anything back. If there are any instructions on how to configure one's browser to record, all the better.
We will put instruction on this.