Forum Discussion
MAbbas
Cirrus
Jun 11, 2020CRLF after HTTP/1.1
Hi . I have a lagecy java app that does not include CRLF after protocol version . How can I add it in an irule through F5
MAbbas
Cirrus
Jun 11, 2020It's a post request
POST /abcde HTTP/1.1 need a CRLF here
Update - i can see it in binary scan that it smissing a Carrage Return --
but if I try and update HTTP::request - it gives me an error
POST\x20/abcd\x20HTTP/1.0\x0a
Thanks
- MAbbasJun 23, 2020
Cirrus
i have done a find and replace in TCP -- CLIENT_DATA
regsub -all "\n" $packetdata "\r\n" packetdata
and done a Payload Replace
it seems to work --
does any one have a better idea ? or a better implementation ..
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