Forum Discussion
tiny_cloud_ninj
Jan 24, 2018Historic F5 Account
Side-Band HTTP Payload concern
Hello experts! I am having an issue sending a HTTP Payload to another server. My goal is to intercept a File upload and send it to another Virtual Server (which has a ASM Policy applied). The main ap...
Kai_Wilke
MVP
Jan 25, 2018Hi Tiny Cloud Ninja,
to concentate binary data you may check out the [binary format] syntax below...
set payload [binary format A*A*A*A* $firstboundary $contentdisposition $decodedfilesfile $lastboundary]
... the syntax will create a variable
without
an existing UTF-8 representations (TCL=everything is UTF-8 in its primary form), but instead just a shimmered binary representation (TCL=every variable may have a second representation. In this case a binary value).
If you pass the variable then to another command which is able to handle binary data (sideband should be fine to handle this), it would receive the binary representation...
Cheers, Kai
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