I am sending a curl request but i am not setting the host header explicitly. What will be the host header as received by the remote url? Will it be my site’s domain, or will be automatically be the domain of the remote url?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The
Hostheader is automatically set based on the URL of your request.And it’s by definition the Internet hostname of the remote URL.