You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to call an API which is hosted in APIM (*.azure-api.net). Its working find when I do via Postman or normally.
When I execute "sp_invoke_external_rest_endpoint", its giving me the below error.
Msg 31641, Level 16, State 1, Procedure sys.sp_invoke_external_rest_endpoint_internal, Line 1 [Batch Start Line 0] The charset value of the response's Content-Type header is not supported.
Can you please let me know what I am missing?
The text was updated successfully, but these errors were encountered:
Hi,
I am trying to call an API which is hosted in APIM (*.azure-api.net). Its working find when I do via Postman or normally.
When I execute "sp_invoke_external_rest_endpoint", its giving me the below error.
Msg 31641, Level 16, State 1, Procedure sys.sp_invoke_external_rest_endpoint_internal, Line 1 [Batch Start Line 0]
The charset value of the response's Content-Type header is not supported.
Can you please let me know what I am missing?
The text was updated successfully, but these errors were encountered: