2

In debug I see following row: http://joxi.ru/jgmvRJephoNdma

It is usuall apache http client.

But in fiddler I don't see this request.

I gave read following article Configure a Java Application to Use Fiddler

And jvisualvm shows following information:

enter image description here

In fiddler I see all requests from browser.

How to see request from backend?

UPDATE

while this row executes I see java.net.ConnectException: Connection refused: connect but I think that i anyway should to see attempt to make request

Community
  • 1
  • 1
gstackoverflow
  • 36,709
  • 117
  • 359
  • 710
  • Is your request HTTPS? Have you configured Java to trust Fiddler's root certificate? – EricLaw Oct 22 '14 at 18:58
  • How can I know whether http or https ? And I didn't configure Fiddler to trust Fiddler's root sertificate.I don't knpw how to make it – gstackoverflow Oct 22 '14 at 20:57
  • You can know whether you're making a HTTP or HTTPS request by looking at the code. Probably a few lines above the `httpClient.executeMethod` line you show above. – EricLaw Oct 22 '14 at 21:41
  • See this answer: http://stackoverflow.com/a/22907237/4192895 It worked for me – ramod8 Apr 15 '15 at 08:00

0 Answers0