azure-sql-db-invoke-external-rest-endpoints
azure-sql-db-invoke-external-rest-endpoints copied to clipboard
The charset value of the response's Content-Type header is not supported.
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?
you would need to post your code so we can see whats what to start.
thanks