linkedin / flashback

mock the internet
BSD 2-Clause "Simplified" License
578 stars 54 forks source link

Redirects / cookies / etc. #19

Open op59no3 opened 7 years ago

op59no3 commented 7 years ago

While some sites work (e.g. www.bbc.com, www.youtypeitwepostit.com), others are causing me difficulty:

Do I need to do further configuration of the proxy server that is set up by startAdminServer?

op59no3 commented 7 years ago

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.

sf1152 commented 7 years ago

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?

sf1152 commented 7 years ago

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.