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

AutoResponder how?

1 Answer 64 Views
Fiddler Classic
This is a migrated thread and some comments may be shown as answers.
ShureG
Top achievements
Rank 1
ShureG asked on 13 Oct 2019, 02:33 PM
hello, sorry for my english!

i have url for example: https://somesite.com/index.php?var=123&var2=3333&smoethingelse=1111

and how with AutoResponder i can replace this url to: https://OTHERSITE.COM?url=https://somesite.com/index.php?var=123&var2=3333&smoethingelse=1111



i try use this:     regex:(?insx).+(1111|2222|3333).+$ 
and local file to return:     https://OTHERSITE.COM?url=$1
but returnning only https://OTHERSITE.COM?url=3333, not full URL ;( can you help me?

1 Answer, 1 is accepted

Sort by
0
Eric R | Senior Technical Support Engineer
Telerik team
answered on 16 Oct 2019, 04:35 PM

Hi ShureG,

The AutoResponder can also perform Actions. The particular action that may be useful is the *redir which will redirect requests. Although, in this case it is unclear how you are setting the parameter value of the returned URL. In order to troubleshoot this better, are you able provide the additional information below?

1. The full configuration for the AutoResponder.

2. Any Custom Rules/FiddlerScripts being used.

3. Output of the Fiddler Log Tab.

4. Session Archive Zip?

5. Any additional screenshots that you may find relevant.

Once I have the above information, I will be able to provide a more thorough response.

Please let me know if you need any additional information. Thank you and I look forward to your reply.

Regards,


Eric R | Technical Support Engineer
Progress Telerik

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
Fiddler Classic
Asked by
ShureG
Top achievements
Rank 1
Answers by
Eric R | Senior Technical Support Engineer
Telerik team
Share this question
or