Skip to main content
Announcements
July 15, NEW Customer Portal: Initial launch will improve how you submit Support Cases. IMPORTANT DETAILS
cancel
Showing results for 
Search instead for 
Did you mean: 
Marshall
Contributor
Contributor

403 Forbidden API Call tRestClient

Hello All,

Getting a 403 forbidden error in Talend when making an API call to AWS using the tRestClient; however when using the same values through Postman within the network the POST and GET work as expected. Can anyone point me in the direction of troubleshooting where the issue may exist.

 

Able to use mock up sites successfully through http/https.

 

 

Thanks,

Jonathan

2 Replies
alisson_sao
Contributor
Contributor

Check the API specifications. Is authentication performed before? Cookies? What does the postman send header look like?

 

tRESTClient it is possible to assemble the request header, in the advanced option.

Marshall
Contributor
Contributor
Author

Thank you alisson_sao, yes this has been performed by different team members including myself with the same error resulting.

Are there settings within the .ini and or other Talend settngs that can be investigated.

 

Will check the settings again.