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
{{ message }}
This repository has been archived by the owner on Dec 2, 2022. It is now read-only.
this will enable the relevant response headers to be added to the exceptions thrown (usually HttpException) which of course make troubleshooting much easier
note that some headers should not be added if they can contain security sensitive or other such information
The text was updated successfully, but these errors were encountered:
g_errorResponseHeaderNames should be populated with all safe header names from here:
https://en.wikipedia.org/wiki/List_of_HTTP_header_fields#Response_fields
this will enable the relevant response headers to be added to the exceptions thrown (usually HttpException) which of course make troubleshooting much easier
note that some headers should not be added if they can contain security sensitive or other such information
The text was updated successfully, but these errors were encountered: