Plugin raw body
#3220
Replies: 1 comment 4 replies
-
Could you explain more about your use case please? Because the body is parsed by Yoga. What do you want to get from the body? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I made a plugin to check authentication by signature.
So... It is necessary the raw body to compare the hash.
When add the code block bellow, the next hook(
onContextBuilding
) isn't trigger:Well, is there another way to get raw body?
Full plugin code
Beta Was this translation helpful? Give feedback.
All reactions