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

Fiddler with Mule 3.6.1

3 Answers 137 Views
Fiddler Classic
This is a migrated thread and some comments may be shown as answers.
Станислав
Top achievements
Rank 1
Станислав asked on 19 May 2015, 12:48 PM

Hello!

 I am sending REST Get request with Mule ESB 3.6.1 and there is a parameter to the query. However, if I use Fiddler (4.5.1.0) as proxy, the parameter is removed from the request. If I send the same request from Jmeter and use Fiddler as proxy, the parameter is present. If I dont use Fiddler as proxy in Mule, the parameter is still present.

3 Answers, 1 is accepted

Sort by
0
Eric Lawrence
Telerik team
answered on 19 May 2015, 06:25 PM
Howdy--

It's not entirely clear what you mean; can you provide more specific details about the URL and/or POST body and what specifically you see in the client and in Fiddler?

If I had to guess, I'd guess that you're using a HTTPS URL but in Fiddler you're only seeing the "Tunnel to" instead of the actual request. That might be because, for instance, the client is written in Java and hasn't been configured to trust Fiddler's HTTPS certificate.

Regards,
Eric Lawrence
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
0
Станислав
Top achievements
Rank 1
answered on 20 May 2015, 08:27 AM

Hello!

 We are sending REST GET request. The request usually looks like this : https://comaround.com/api/mostread/?Take=5 

We are making this request via Mule's https connector: http://www.mulesoft.org/documentation/display/current/HTTP+Request+Connector

We are setting the parameter "Take" as a  "query-param" and if I run Mule without Fiddler as proxy it works fine. If I add Fiddler as proxy, I can see the request in Fiddler, but it removes the "?Take=5" part. I do not get problems doing the same with JMeter.

0
Eric Lawrence
Telerik team
answered on 20 May 2015, 12:46 PM
Interesting, thanks. It sounds like there's a bug in the Mule client when it sends requests to a proxy. You should probably contact the developers of that software and request that they look into this.

thanks,
Eric Lawrence
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
Станислав
Top achievements
Rank 1
Answers by
Eric Lawrence
Telerik team
Станислав
Top achievements
Rank 1
Share this question
or