Hello Team,
When i call following url from HTTPCaller getting error code:415 what could be the reason?
Following is the url:-
Thanks...
Nagendra
Hello Team,
When i call following url from HTTPCaller getting error code:415 what could be the reason?
Following is the url:-
Thanks...
Nagendra
Maybe you need to keep the questions in one topic :-)
The response comes from the API, not from the HTTPCaller.
You probably need to add a Content-Type header in the request. Documentation for CURL says application/x-www-form-urlencoded.
What version FME do you use? I had some url encoding issues of parameters in earlier versions.
Did you had any success getting a token by doing a POST request in Postman?
Maybe you need to keep the questions in one topic :-)
The response comes from the API, not from the HTTPCaller.
You probably need to add a Content-Type header in the request. Documentation for CURL says application/x-www-form-urlencoded.
What version FME do you use? I had some url encoding issues of parameters in earlier versions.
Did you had any success getting a token by doing a POST request in Postman?
I was using FME(R) 2015.1.1.0 (20150715 - Build 15515 - WIN64) version, Issue has been resolved by using the content_type as JSON (application/json) in the body. Earlier it was plain text. Thanks...
I was using FME(R) 2015.1.1.0 (20150715 - Build 15515 - WIN64) version, Issue has been resolved by using the content_type as JSON (application/json) in the body. Earlier it was plain text. Thanks...
Great! Could you share a workspace with a working HTTPCaller, without your credentials?