Replies: 1 comment 1 reply
-
There must probably a typo. Sending a body with a GET request is not usually a good idea - see mdn. |
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
-
Hey. So in the following example form the docs on guard
In the example it has a get with a body. I'm not sure if the docs are wrong or if I'm missing something but I cant seem to get a body working with a get function.
Here is my current code:
Beta Was this translation helpful? Give feedback.
All reactions