Author Topic: Some Thoughts on the proxy things  (Read 14941 times)

Offline Bovski

  • Head Cider Tester
  • Hero Member
  • *****
  • Posts: 673
  • Karma: +189/-0
  • High Five Me
    • View Profile
    • Warez The Index
Some Thoughts on the proxy things
« on: December 25, 2014, 03:53:02 pm »
We need A way Of testing why sites aren't returning results.

If I see "Virgin Media has received an order from the High Court requiring us to prevent access to this site." in the Script debugger its easy for me to understand why the script isn't working but for noobs they may just think bitche isn't much good.

We could also do with a way of testing the proxies and maybe switching them.

Possibly having country options to configure proxies depending on what country you are in.

Also there seems to be a bit of a bug in the handling of Proxies when the Profile begins with /

 
« Last Edit: December 25, 2014, 05:24:06 pm by Bovski »

Offline chip!

  • Bad Ass
  • Administrator
  • Unstoppable
  • *****
  • Posts: 2301
  • Karma: +629/-6
    • View Profile
Re: Some Thoughts on the proxy things
« Reply #1 on: December 27, 2014, 01:48:41 pm »
We need A way Of testing why sites aren't returning results.

If I see "Virgin Media has received an order from the High Court requiring us to prevent access to this site." in the Script debugger its easy for me to understand why the script isn't working but for noobs they may just think bitche isn't much good.

We could also do with a way of testing the proxies and maybe switching them.

Possibly having country options to configure proxies depending on what country you are in.

Also there seems to be a bit of a bug in the handling of Proxies when the Profile begins with /

 

thanks, ill give a thought.

for the bug with Proxies/Profile.. its a URL Merge design, Proxy.com/MoreURL  +  /Profile =  Proxy.com/Profile.    But in this case,  you are expecting Proxy.com/MoreURL/Profile... Since that breaks URL merge rules, and could break HTTP redirect, etc I have to find a workaround.
« Last Edit: December 28, 2014, 12:27:08 am by chip! »
  -  https://convivea.com  -   And...  boom goes the dynamite.

Offline chip!

  • Bad Ass
  • Administrator
  • Unstoppable
  • *****
  • Posts: 2301
  • Karma: +629/-6
    • View Profile
Re: Some Thoughts on the proxy things
« Reply #2 on: December 28, 2014, 10:25:07 am »
well, i found a work around for the proxy issue with profile starts with / and the proxy has domain/extraurl. basically creates a @home2 variable.. the biggest issue was still being able to use @home to build urls, because that proxy returns all new links as /extraurl/link .. meaning it was building proxy/extraurl/extraurl/link based upon design.
  -  https://convivea.com  -   And...  boom goes the dynamite.

Offline chip!

  • Bad Ass
  • Administrator
  • Unstoppable
  • *****
  • Posts: 2301
  • Karma: +629/-6
    • View Profile
Re: Some Thoughts on the proxy things
« Reply #3 on: December 28, 2014, 10:40:08 am »
We need A way Of testing why sites aren't returning results.


also, added error codes to the Script Status column if there was a failure:

!## = HTTP Response Error Number
!TO = Connection Time Out
!NC = No Connection
!FH = Script 'Find' Halt  (either no results or bad html page)

seems to help quickly determine possibly status of the scripts.


testing all mirrors is another.. going to think about that.
  -  https://convivea.com  -   And...  boom goes the dynamite.

Offline Bovski

  • Head Cider Tester
  • Hero Member
  • *****
  • Posts: 673
  • Karma: +189/-0
  • High Five Me
    • View Profile
    • Warez The Index
Re: Some Thoughts on the proxy things
« Reply #4 on: February 15, 2015, 07:07:14 am »
Any chance of implementing PAC files ?



 

Offline chip!

  • Bad Ass
  • Administrator
  • Unstoppable
  • *****
  • Posts: 2301
  • Karma: +629/-6
    • View Profile
Re: Some Thoughts on the proxy things
« Reply #5 on: February 15, 2015, 10:06:45 am »
like http://findproxyforurl.com/example-pac-file/ ?    it appears that is mainly focused on routing internet traffic to a proxy and keeping intranet traffic direct.. like in a corporate environment. but what are you thinking?
  -  https://convivea.com  -   And...  boom goes the dynamite.

Offline Bovski

  • Head Cider Tester
  • Hero Member
  • *****
  • Posts: 673
  • Karma: +189/-0
  • High Five Me
    • View Profile
    • Warez The Index
Re: Some Thoughts on the proxy things
« Reply #6 on: February 27, 2015, 08:44:16 am »
Well that was their original use of them but they are growing more popular these days most browsers now support them.