Forum Discussion
Jonathan_Dion_1
Nimbostratus
Sep 24, 2014iRule Editor links to wiki broken
Hello,
The links for the commands to the wiki that the iRule Editor points to seems to be broken.
For example, if I click on HTTP::header on the iRule Editor, the page that is requested is:...
Jonathan_Dion_1
Nimbostratus
Sep 26, 2014I've thought about using a BIG-IP VE on my laptop to do so, but then that would drain my battery way too fast for something as "simple" as that :).
Instead I'm using my favorite debugging proxy Fiddler that I'm using all the time anyway. I just added this:
if (oSession.HostnameIs("devcentral.f5.com") && oSession.PathAndQuery.match(/Wiki\/default.aspx/)) {
oSession.PathAndQuery=(oSession.PathAndQuery.replace("Wiki/default.aspx","wiki")).concat(".ashx");
}
to the "OnBeforeRequest" function.
Here's some documentation on how to add rules: http://docs.telerik.com/fiddler/Extend-Fiddler/AddRules
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
DevCentral Quicklinks
* 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
Discover DevCentral Connects