Tagged Questions
1
vote
1answer
1k views
Why can I browse with Firefox but not with Safari or Chrome?
I had a problem a while back where Chrome was working fine but Safari and Firefox were not. This was fixed by unchecking the "auto-discover proxy" box in the network configuration. See my previous ...
4
votes
1answer
143 views
Bookmark a POST request
Certain online shops I use don't easily allow you to bookmark an Order Status page.
That's because they use a POST request to access that info. So, the order number is not encoded in the URL. Which ...