Is it possible to set content-type on response? I tried $Response.ContentType = "application/json" or $Response.Headers["content-type"] = "application/json" thanks
Is it possible to set content-type on response?
I tried
$Response.ContentType = "application/json"
or
$Response.Headers["content-type"] = "application/json"
thanks