Replies: 1 comment 1 reply
-
Yeah, sounds misleading to me for the reasons you mention. What do you
think @M4tteoP?
…On Fri, May 10, 2024 at 6:32 AM Thomas Legris ***@***.***> wrote:
The documentation around this function says:
// ProcessRequestBody Performs the analysis of the request body (if any)
//
// This method perform the analysis on the request body. It is optional to
// call that function. If this API consumer already knows that there isn't a
// body for inspect it is recommended to skip this step.
//
// Remember to check for a possible intervention.
Implying that if you don't have any body, there is no need to call this
function.
Unless I am missing another way of achieving this, there is currently no
other way to go beyond phase 2 without calling this function?
Meaning that even if there is no body, this function should be called to
process phase 2 rules that would match headers for instance.
—
Reply to this email directly, view it on GitHub
<#1063>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAXOYAXPXSICUCYNS3EBVQDZBREWJAVCNFSM6AAAAABHP57CHGVHI2DSMVQWIX3LMV43ERDJONRXK43TNFXW4OZWGYZTQNRUGE>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The documentation around this function says:
Implying that if you don't have any body, there is no need to call this function.
Unless I am missing another way of achieving this, there is currently no other way to go beyond phase 1 without calling this function?
Meaning that even if there is no body, this function should be called to process phase 2 rules that would match headers for instance.
Beta Was this translation helpful? Give feedback.
All reactions