This is a migrated thread and some comments may be shown as answers.

fiddlercore c# save response to file - create new request

1 Answer 157 Views
Windows
This is a migrated thread and some comments may be shown as answers.
asia
Top achievements
Rank 1
asia asked on 23 Aug 2017, 09:47 AM

I got a request every 5 seconds from my software to the server in the form

<?xml version='1.0' encoding='UTF-8'?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="default" SOAP-ENV:encodingStyle="default">
    <SOAP-ENV:Body>
<login user="xxxx" password="xxxx" token="jrxrOIX8aziQvGs4" />
    </SOAP-ENV:Body>
</SOAP-ENV:Envelope>

is there a way i can capture the value of the token and create a new request of a different form with the same token using fiddlercore and c# ?

cheers

1 Answer, 1 is accepted

Sort by
0
asia
Top achievements
Rank 1
answered on 23 Aug 2017, 09:41 PM
even with fiddlerscript in fiddlerit will do. It doesnt need to be fiddlercore cheers
Tags
Windows
Asked by
asia
Top achievements
Rank 1
Answers by
asia
Top achievements
Rank 1
Share this question
or