You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
here is my version of flancy.psm1 that support custom content-type defined by the route map... if nothing is specified for a particular path the default text/html is implemented...
Is it possible to set content-type on response?
I tried
$Response.ContentType = "application/json"
or
$Response.Headers["content-type"] = "application/json"
thanks
The text was updated successfully, but these errors were encountered: