This thread was migrated from an old forum. It may contain information that are no longer valid. For further assistance, please post a new question or open a support ticket from the Customer Support portal.
Hi, is there anyway to add request headers to a browser widget?
Please see screenshot for sample header to be included.
I know this was asked a long time ago, but I just saw it and will answer for posterity.
Only GET parameters are appended and visible at the end of the requested URL, but this only happens in a proper stand-alone browser. Request headers are not visible in any browser unless you use the browser's developer tools.
Also, even if you did use GET parameters, the browser widget —which is not a stand-alone browser— does not show the requested URL and query at all.