Forum Discussion
walt_97468
Nimbostratus
Dec 02, 2008302 redirect string capture and replace
I have modified a previous post for this irule:
when HTTP_REQUEST {
HTTP::header replace "Host" "www.test.com"
}
when HTTP_RESPONSE {
HTTP::header repl...
Feb 09, 2024
Hi,
Yes it will.
https://techdocs.f5.com/kb/en-us/products/big-ip_ltm/manuals/product/bigip-ssl-administration-11-5-0/13.html
Does explain the setup.
Cheers,
Kees
- ASM should still parse the parameters and values in a multipart/form-data based upload request.
- Of course, here you have, thanks!
- In just about every multipart form upload request I've seen (and your example) the file name the client provides is included in the filename parameter. The RFC states it could be specified in an actual HTTP header, but I've never seen that done. In your example, the actual data is passed in the uploadedfile parameter. So you could configure an object of "/upload.php" and possibly two object parameters. filename would be the one you'd restrict the file name extensions with a regex for. If you want to allow binary content to be uploaded, you'd want to define a second parameter named uploadedfile with a type of binary (length check only).
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