Forum Discussion
lambda_53320
Nimbostratus
May 29, 2009Cannot connect to Virtual Server using RDP
Hi everyone,
I am really new to the whole F5-thing and I have this problem I am unable to solve. The thing is, I want to establish a Virtual Server with a pool of real servers. And I want to c...
Cole_Libby_1665
Altostratus
Feb 20, 2007
Are there any restrictions for replacing the header portion of the POST.
My code seems to blank it out altogether.
if { $method equals "POST"} {
log local0. "----------------------------"
set method [HTTP::method]
log local0. "method = $method"
log local0. [HTTP::header POST]
set newpost [concat $path$basename HTTP/1.1]
log local0. "newpost = $newpost"
HTTP::header replace "POST" $newpost
log local0. "POST + [HTTP::header POST]"
log local0. "----------------------------"
}
Which generates:
Feb 20 18:43:39 tmm tmm[12387]: Rule IAJB : ----------------------------
Feb 20 18:43:39 tmm tmm[12387]: Rule IAJB : method = POST
Feb 20 18:43:39 tmm tmm[12387]: Rule IAJB : //stgws04.nyenet.state.ny.us/siteminderagent/dmsforms/doLogin.fcc HTTP/1.0
Feb 20 18:43:39 tmm tmm[12387]: Rule IAJB : newpost = /siteminderagent/dmsforms/doLogin.fcc HTTP/1.1
Feb 20 18:43:39 tmm tmm[12387]: Rule IAJB : POST +
Feb 20 18:43:39 tmm tmm[12387]: Rule IAJB : ----------------------------
Cole
- Frank_30530Feb 23, 2018
Altocumulus
And then... silence...
Anyone (F5?) have an answer to this question?
In TMOS 13.1.0.1 I can only select the key size as 1024 or 2048 (suggesting RSA or DSA only).