Warm tip: This article is reproduced from serverfault.com, please click

Fiddler not capturing Talend tRestClient calls

发布于 2021-01-12 12:35:34

I am using tRestClient component in my Talend job to call a REST API. The REST API call is working fine when sent through Postman. But it is giving 500-Internal Server Error when executed through Talend job.

I want to investigate it further using Fiddler. Is there any special setting I need to do in Fiddler?

Questioner
CleanBold
Viewed
0
Ibrahim Mezouar 2021-01-12 21:15:27

Place a tSetProxy before the tRestClient, and set your fiddler proxy address and port so that traffic goes through Fiddler.
For me it's localhost 8888.