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 Aug 15, 2024. It is now read-only.
Shouldn't that be if (!IsValidRequest(context.Request) && !IsTestEnvironment)? If the request is not valid and we're not in the test environment, then give the 403.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Perhaps I'm misunderstanding, but this line:
api-snippets/guides/request-validation-csharp-core/example-3/example-3.cs
Line 32 in 2855c5c
Shouldn't that be
if (!IsValidRequest(context.Request) && !IsTestEnvironment)
? If the request is not valid and we're not in the test environment, then give the 403.The text was updated successfully, but these errors were encountered: