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
TL;DR: if Host-header is not defined, Request.Host will contain a host part of the URL the request was made to :(
In order to expose Host-header properly I need to find out how to either get an access to the raw HTTP-request, or how to figure out that Request.Host field contains the host header and not the part of URL
When I send a request with a different Host header then the request is logged successfully but the Host is missing.
Shows:
Testing with webhooks.site the host header is listed:
This prevents debugging host-related issues.
The text was updated successfully, but these errors were encountered: