cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
401
Views
0
Helpful
1
Replies

Balanced HTTP method

pbadorrey
Level 1
Level 1

Hi:

I need balance packets HTTP but distinguer between method GET and POST. Is it possible?

I have installed version 5.0

Thanks, Guillermo.

1 Reply 1

Zach Seils
Level 7
Level 7

You can do this with header field groups. Ex:

header-field-group GET-METHOD

header-field GET request-line contain "GET"

header-field-group POST-METHOD

header-field POST request-line contain "POST"

Then just add to your content rules with the 'header-field-rule' command.

~Zach

Review Cisco Networking for a $25 gift card