Created
August 27, 2020 13:32
-
-
Save onliniak/b5fd435cee6fe5a540b3e5ad3bd1fb0c to your computer and use it in GitHub Desktop.
Parameters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| POST | |
| env.params.body["x"] | |
| #"Note that by default (for most web servers) the body of POST requests does not end up in the HTTP logs. | |
| #This is part security and part because POST bodies could be big binary data (e.g. someone uploading a file)." | |
| Zegnat | |
| GET | |
| env.params.query["x"] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment