azure-sql-db-invoke-external-rest-endpoints icon indicating copy to clipboard operation
azure-sql-db-invoke-external-rest-endpoints copied to clipboard

The charset value of the response's Content-Type header is not supported.

Open anilvem2 opened this issue 1 year ago • 1 comments

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?

anilvem2 avatar Sep 07 '23 06:09 anilvem2

you would need to post your code so we can see whats what to start.

thanks

JetterMcTedder avatar Oct 16 '23 15:10 JetterMcTedder