How to modify HTTP Host header in Browser ?

TonyJK 881 Reputation points
2021-10-29T09:25:07.157+00:00

Hi,

We encounter a problem similar to this one
http://rtomaszewski.blogspot.com/2013/01/how-to-modify-http-host-header-in-chrome.html

We get 404 Error without adding Host Header when performing a CURL.

We just wonder whether it is possible to add the Host Header (Similar to that blog) when we attempt to access a URL via Browser ?

Thanks

Windows development Internet Information Services
{count} votes

1 answer

Sort by: Most helpful
  1. Bruce (SqlWork.com) 77,686 Reputation points Volunteer Moderator
    2021-10-29T15:22:58.437+00:00

    The blog is a demo of chrome extension for making http requests. The best of these is postman. Recently postman converted to a desktop app.

    https://www.postman.com/

    If you meant just using the url bar in the browser, the browser sets the host header to the dns name in the url.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.