I have exposed a WebAPI developed with C#
but when consuming the URL https://myServer.mx/webApiRestSyncService/api/Clients
I have the error
HTTP / 1.1 415 Unsupported Media Type
How can I fix it?
I have exposed a WebAPI developed with C#
but when consuming the URL https://myServer.mx/webApiRestSyncService/api/Clients
I have the error
HTTP / 1.1 415 Unsupported Media Type
How can I fix it?