Is it possible to remove the Content-Type (text;charset=UTF-8) in a 401 Unauthorized REST Service Response
Hi,
One of our clients consuming our REST service have requested that we remove the Content-Type (text;charset=UTF-8) when there is an authorization failure (401) from the Response as it doesn't actually contain any body.
Is this possible?
Thanks.
regards,
Suraj
Kind
***Edited by Moderator Marissa to update platform capability tags****
Hi Suraj,
I don't think this is supported out of the box. It might be possible by using an activity to get the response and then setting it accordingly.