Hi, all
I have a question about how to capture https request when click some "save" button of my site, because there is some javascript source, so VS can not capture it , does anyone knows how to capture the whole request
Thanks very much.
Hi, all
I have a question about how to capture https request when click some "save" button of my site, because there is some javascript source, so VS can not capture it , does anyone knows how to capture the whole request
Thanks very much.
How to capture the form request in a https site
PromisedOyster2
Yes, that's means:
I try to manually form the request, but i don't know the request content that sent to the web site after i click some "save" button. Do you know any method to do that
thanks very much.
chuotmay
jrmartinez
hi, slumley
I'm using recorder, but it can not capture the https request data, as post form data.
But i have found the tool to do that now. fiddler can not capture https data, but IE http analyzer can do that , and all the dada can be capture:)
Thanks very much.
DGVA
Justin,
Is there a reason that you are not using the recorder to create the web test It will capture the request data for you. If you are unable to use the recorder, you can use a tool like fiddler (www.fiddlertool.com) to capture the request data being sent to the server.