Solved

http caller rejects the request

  • 5 January 2023
  • 2 replies
  • 2 views

Badge +3

I must use the http caller transformer to obtain the token value from the rest end point.

However, I am unable to connect via FME. postman returns valid output. I get a notice that reads "invalid clientid or secret," but when I use the identical parameters, Postman returns the response body. Why is FME unable to make it happen?

I made numerous adjustments but in vain. kindly assist

icon

Best answer by david_r 5 January 2023, 11:09

View original

2 replies

Badge +4

Hi @f.kemminje​ 

Would you be able to share your HTTPCallers configuration?

 

Thanks!

Userlevel 4

You have to be mindful about how you're sending the request body with the parameters, the terminology and GUI between FME and Postman isn't quite identical. When encountering such problems, using something like Telerik Fiddler can be very helpful for debugging.

This should give similar results to Postman, notice how the upload body is specified:

image 

 

Reply