Forum Discussion
uri rewrite for IIS conversion
there are quite a few url rewrites involved and the syntax is causing me an issue
current rule on IIS looks like this
rule name="Rewrite to details"
match url="^Details/([0-9]+)/([a-z]+)" /
conditions logicalGrouping="MatchAll" trackAllCaptures="false" /
action type="Rewrite" url="PropertyDetails.aspx?HID={R:1}&L={R:2}" appendQueryString="false" /
/rule
the question is how do I write this in irule speak? just the match and the rewrite the rest doesn't matter
any help would be great
- nitassEmployeei am not familiar with iis rewrite rule. can you give example url?
- drosenfield_199Nimbostratushi
- nitassEmployeeplease feel free to revise.
[root@ve1023:Active] config b virtual bar list virtual bar { snat automap pool foo destination 172.28.19.79:80 ip protocol 6 rules myrule profiles { http {} tcp {} } } [root@ve1023:Active] config b pool foo list pool foo { members 200.200.200.101:80 {} } [root@ve1023:Active] config b rule myrule list rule myrule { when HTTP_REQUEST { if {[scan [string tolower [HTTP::uri]] {/details/%d/%s} u1 u2] == 2} { HTTP::uri "/propertydetails.aspx?HID=${u1}&L=${u2}" } } } [root@ve1023:Active] config ssldump -Aed -nni 0.0 port 80 New TCP connection 1: 172.28.19.253(34582) <-> 172.28.19.79(80) 1327896840.4802 (0.0029) C>S --------------------------------------------------------------- GET /details/123/en HTTP/1.1 User-Agent: curl/7.15.5 (i686-redhat-linux-gnu) libcurl/7.15.5 OpenSSL/0.9.8r zlib/1.2.3 libidn/0.6.5 Host: 172.28.19.79 Accept: */* --------------------------------------------------------------- New TCP connection 2: 200.200.200.10(34582) <-> 200.200.200.101(80) 1327896840.4813 (0.0009) C>S --------------------------------------------------------------- GET /propertydetails.aspx?HID=123&L=en HTTP/1.1 User-Agent: curl/7.15.5 (i686-redhat-linux-gnu) libcurl/7.15.5 OpenSSL/0.9.8r zlib/1.2.3 libidn/0.6.5 Host: 172.28.19.79 Accept: */* ---------------------------------------------------------------
- drosenfield_199NimbostratusHey Nitass
- Kirch_32896NimbostratusHello Nitass,
Recent Discussions
Related Content
* 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