Forum Discussion

Thiyagu's avatar
Thiyagu
Icon for Cirrus rankCirrus
1 year ago

Need help with an iRule for HTTP Methods

Could you please review the below iRule and suggest? when HTTP_REQUEST {   if { ( [HTTP::method] equals "PUT" ) } {     switch -glob [string tolower [HTTP::uri]] {       "/rws/api/v1/devices/*" -...