how to send header in chrome code example
Example: where to view sent headers in chrome
o view the request or response HTTP headers in Google Chrome, take the following steps :
In Chrome, visit a URL, right click , select Inspect to open the developer tools.
Select Network tab.
Reload the page, select any HTTP request on the left panel, and the HTTP headers will be displayed on the right panel.