Following guide online to swap out the old max speed with the new max speed but i'm using a mac whereas most people used fiddler classic on windows and i'm not sure whether I put the values in the correct places within the rule. Anyone spot my noob mistake ? Seems like many people had success so I know it's possible and my phone with the app making the API calls is connected properly to Fiddler that's not the problem. Please any help is so appreciated ! Thanks so much
1 Answer, 1 is accepted
1
Maria
Telerik team
answered on 24 Apr 2025, 01:32 PM
Hi Shael,
By your screenshot I assume you want to change value in the response body. In order to achieve that you should use the action Update Response body not Update Request body. In your current setup you are using condition that will match the session by Response Body, but after that you are using action to change the Request Body. That change won't be send to the remote endpoint and will be visible only in Fiddler because you cannot change the request after the response is already received.