Can I navigate to a webpage using custom HTTP headers
Hello
I have some keyword tests that have started failing since we added reCAPTCHA v3 (invisible reCaptcha thas works with a score instead of a challenge) to our page.
My Dev team do not want to disable reCAPTCHA in our non production environments and have asked me the following question;
"When a "device" requests a web page (where a device may be a browser, or Postman, or TestComplete), the request will include a handful of HTTP headers.
Can TestComplete "read" a value from a URL, and then "write" that value into an HTTP header? So, to be clear, not writing the value into a textbox on a web page, but instead writing the value into the HTTP headers used when fetching that web page."
Does anyone know if this is possible, or have done it themselves?
Thanks
Connie