Page 1 of 1

Can eValid help me with HTTP headers and query strings

PostPosted: Fri Jul 06, 2018 12:33 pm
by GPalmer
Afternoon.

Is eValid able to manipulating the HTTP header and query strings?

Thanks

Re: Can eValid help me with HTTP headers and query strings

PostPosted: Mon Jul 09, 2018 1:56 pm
by eValid
GPalmer wrote:Afternoon.

Is eValid able to manipulating the HTTP header and query strings?

Thanks


Great question GPalmer.

The HTTP header really comes into play primarily when navigating to a new page or when interacting withe the server for a curent page.

Please check out this command's documentation page:

http://e-valid.com/Products/Documentati ... aders.html

At this point, the entire HTTP URL is exposed in the script and you can edit that or modify values without restriction.

Caution is advised, however; we find that many web server systems are very intolerant of too much fiddling with query strings and very often give strange responses.


-- eValid Support