How do I CURL www.google.com - it keeps redirecting me to .co.uk

前端 未结 7 2519
南笙
南笙 2021-02-19 16:06

I am using CURL to check for the existence of a URL (HEAD request) but when I test it with www.google.com, it redirects me to www.google.co.uk - probab

7条回答
  •  逝去的感伤
    2021-02-19 16:54

    You need to use curl with a cookie that simulate a similar behavior in a browser.

    When you visit google.com from England it redirects you to google.co.uk, however there is a link on that page titled "go to google.com" that lets you go back to google.com and stay there. It uses a cookie to remember your site preferences.

    For example, here are the cookies that I have after doing this (using firefox):

    alt text

提交回复
热议问题