Forum Discussion
Irre_Levant
Cirrus
Mar 13, 2024ignore nested Content-Type inside multipart/form-data
Hi, i am trying to "Do nothing" for example on Content-Type: application/octet-stream which is nested inside a Content-Type: multipart/form-data. It seems that the exceptions i can made at url l...
zamroni777
MVP
Mar 15, 2024multipart/form-data uses key-value format in the http request body
example: key1=value1&key2=value2&key3=value3
you can use irules to check that pattern in request body but in this case the ideal solution is filtering by webserver.
they can use "try catch" mechanism or check of "undefined" in the server application code.
basically, make the server application code to be foolproof.
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects