Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

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?


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
767 views
Welcome To Ask or Share your Answers For Others

1 Answer

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.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...