The Un-Official Proxomitron Forum
Debugify Proxo Recent URLs - Printable Version

+- The Un-Official Proxomitron Forum (https://www.prxbx.com/forums)
+-- Forum: Proxomitron Filters (/forumdisplay.php?fid=38)
+--- Forum: FIP (/forumdisplay.php?fid=36)
+--- Thread: Debugify Proxo Recent URLs (/showthread.php?tid=1824)



Debugify Proxo Recent URLs - ProxRocks - Sep. 02, 2011 03:05 PM

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..)"



RE: Debugify Proxo Recent URLs - ProxRocks - Sep. 02, 2011 06:21 PM

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..)"



RE: Debugify Proxo Recent URLs - ProxRocks - Sep. 02, 2011 08:02 PM

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..)"



RE: Debugify Proxo Recent URLs - ProxRocks - Sep. 02, 2011 10:53 PM

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..)"



RE: Debugify Proxo Recent URLs - ProxRocks - Sep. 03, 2011 01:42 PM

found another way, no longer a "filter", so i'll post in a different thread...