cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
976
Views
0
Helpful
2
Replies

URL length limitation on CSM/SSLM?

carl.nohrden
Level 1
Level 1

We are using the CSM/SSLM platform to load balance http and https transactions. The development group for one of our web sites has stated that the CSM or SSLM is terminating connections if the URL is too long.

Does someone know what the maximum URL length that can be supported on the CSM and SSLM. Also, is there a way to allow for longer length URL's?

Thank you.

1 Accepted Solution

Accepted Solutions

steve-hong
Level 1
Level 1

I ran into this issue myself. On the CSM, the maximum parse length defaults to 2000 bytes. you can modify this by going into the vserver and issue "parse-length 4000". If this parameter is not enough, you can set the multipler to x2 in the global parameter. To do this, issue:

module ContentSwitchingModule 2

variable MAX_PARSE_LEN_MULTIPLIER 2

Let me know if this works for you.

View solution in original post

2 Replies 2

steve-hong
Level 1
Level 1

I ran into this issue myself. On the CSM, the maximum parse length defaults to 2000 bytes. you can modify this by going into the vserver and issue "parse-length 4000". If this parameter is not enough, you can set the multipler to x2 in the global parameter. To do this, issue:

module ContentSwitchingModule 2

variable MAX_PARSE_LEN_MULTIPLIER 2

Let me know if this works for you.

Steve,

Increasing the parse-length setting in the vserver did the trick.

Thank you.

Review Cisco Networking for a $25 gift card