Post Reply 
Faster access to debugging
Jul. 27, 2009, 06:41 PM (This post was last modified: Jul. 28, 2009 05:24 PM by JarC.)
Post: #31
RE: Faster access to debugging
Hate being restricted to shortcut keys and also wouldn't work well with my favelets and other things I use to execute these commands...(Fiddler scripts, browser addons and whathaveyou)

Funny though...in the URL command topic I posted, Sidki told me this already been like this since IE7 (skipped that one) some 3years changed something... so I was expecting there would at least be some workarounds posted? (at least 3 different solutions for the same problem with Proxo was it not? Smile! ) Only this one? or you all have already adopted other means and thinking everyone already knows them? Big Teeth

Also have tried to find any M$ reference to this change without much luck. (hoping there'd be some FEATURE_CONTROL to opt out...)

Anyways...blabla etc... Smile! wipped this up as first attempt to stay as close to the original method as possible... . Long time since I did this sort of thing...notice I need a bit of a refresher course after trying to wrap my head around Sidki's config...pfew...

much room for improvement but works perfectly for my immediate needs.

Code:
[HTTP headers]
In = FALSE
Out = TRUE
Key = "URL: Replacement Url Commands [R][<-]"
URL = "((bin|bout|bweb|bypass|dbug|src)_)+{1,*}*"
Match = "http://((bin|bout|bweb|bypass|dbug|src)\#_$SET(#=..))+{1,*}\1"
Replace = "$RDIR(http://\@\1)"
Add Thank You Quote this message in a reply
Jul. 27, 2009, 08:12 PM
Post: #32
RE: Faster access to debugging
Thanks JarC, but i don't have it clear. Maybe your bookmarklet makes a redirection to an URL like this _http://src_bypass_www.host.com/some/webpage wich your filter converts to the standard _http://src..bypass..www.host.com/some/webpage ? If yes we should need that bookmarklet to use your filter.

By other side, I remember i tested the URL format used in a past Sidki config, it wasn't the doccumented here. But Proxomitron by it own, without no filters did a redirect to the corresponding debug/source/etc page. Maybe should be easier rewriting your bookmarklet to use the other URL format. I wrote it in the forum, but i haven't found it.
Add Thank You Quote this message in a reply
Jul. 28, 2009, 05:20 PM (This post was last modified: Jul. 28, 2009 05:22 PM by JarC.)
Post: #33
RE: Faster access to debugging
I'd gladly keep using the .. format in all locations where I use these commands from (not just bookmarklets) if you know some trick...for me they quit working the day I installed IE8...

As I understood it from Sidki, http://prxbx.com/forums/showthread.php?tid=1444 the dot commands no longer work in IE7+

and as far as any of my http debugging tools show, the url don't even leave the browser if it contains ..

I did however find it strange I couldn't find any post mentioning this, other than the alias topic Sidki pointed me to, and the apparent lack of any posted workaround also puzzles me...

But if there are I'd be glad to try them out,
Add Thank You Quote this message in a reply
Post Reply 


Forum Jump: