Post Reply 
Debugify Proxo Recent URLs
Sep. 02, 2011, 03:05 PM (This post was last modified: Sep. 02, 2011 03:08 PM by ProxRocks.)
Post: #1
Debugify Proxo Recent URLs
the vast majority of the time that i use Proxo's "Recent URLs" page is because i'm trying to debug something...

i've come up with the below that will open anything opened from that "Recent URLs" page as a DEBUG page instead...


it seems to be "hit or miss" for some reason - any advice for improvements?


Code:
In = FALSE
Out = TRUE
Key = "Referer: 1d Redirect Proxo Recent URLs to Debug URL (Out) [add]"
URL = "\1$TST(hOrigRef=http://local.ptron/.pinfo/urls/)$JUMP(\u?prx-command=dbug..)"
Add Thank You Quote this message in a reply
Sep. 02, 2011, 06:21 PM
Post: #2
RE: Debugify Proxo Recent URLs
here's what i got now, seems to be working...

can't find a way around the SSL "warning" for the https version (Windows really really REALLY should allow the end user a way to turn this "feature" OFF!, i *accept* the "risk" of disabling the d@mn nuisance!)...

Code:
In = FALSE
Out = TRUE
Key = "Referer: 1d Redirect Proxo Recent URLs to Debug URL {http} (Out) [add]"
URL = "\1$TST(hOrigRef=http://local.ptron/.pinfo/urls/)$TST(uProt=http:)$JUMP(http://$GET(uHost)\p?prx-command=dbug..)"

In = FALSE
Out = TRUE
Key = "Referer: 1e Redirect Proxo Recent URLs to Debug URL {https} (Out) [add]"
URL = "\1$TST(hOrigRef=http://local.ptron/.pinfo/urls/)$TST(uProt=https:)$JUMP(http://https-px-.$GET(uHost)\p?prx-command=dbug..)"
Add Thank You Quote this message in a reply
Sep. 02, 2011, 08:02 PM
Post: #3
RE: Debugify Proxo Recent URLs
oops, almost forgot to pass the \q part of the URL...


updates:
Code:
In = FALSE
Out = TRUE
Key = "Referer: 1d Redirect Proxo Recent URLs to Debug URL {http} (Out) [add]"
URL = "\1$TST(hOrigRef=http://local.ptron/.pinfo/urls/)$TST(uProt=http:)$JUMP(http://$GET(uHost)\p\q?prx-command=dbug..)"

In = FALSE
Out = TRUE
Key = "Referer: 1e Redirect Proxo Recent URLs to Debug URL {https} (Out) [add]"
URL = "\1$TST(hOrigRef=http://local.ptron/.pinfo/urls/)$TST(uProt=https:)$JUMP(http://https-px-.$GET(uHost)\p\q?prx-command=dbug..)"
Add Thank You Quote this message in a reply
Sep. 02, 2011, 10:53 PM
Post: #4
RE: Debugify Proxo Recent URLs
ta da, now independent of cache-clearing, so obvious a fix, not sure why it didn't come to mind right away -

Code:
In = FALSE
Out = TRUE
Key = "Referer: 1d Redirect Proxo Recent URLs to Debug URL {http} (Out) [add]"
URL = "\1$TST(hOrigRef=http://local.ptron/.pinfo/urls/)$TST(uProt=http:)$JUMP(http://$GET(uHost)\p\q?prx-keyword=.i_fresh:2.?prx-command=dbug..)"

In = FALSE
Out = TRUE
Key = "Referer: 1e Redirect Proxo Recent URLs to Debug URL {https} (Out) [add]"
URL = "\1$TST(hOrigRef=http://local.ptron/.pinfo/urls/)$TST(uProt=https:)$JUMP(http://https-px-.$GET(uHost)\p\q?prx-keyword=.i_fresh:2.?prx-command=dbug..)"
Add Thank You Quote this message in a reply
Sep. 03, 2011, 01:42 PM
Post: #5
RE: Debugify Proxo Recent URLs
found another way, no longer a "filter", so i'll post in a different thread...
Add Thank You Quote this message in a reply
Post Reply 


Forum Jump: