Post Reply 
redirect file server
Apr. 13, 2011, 11:38 AM
Post: #1
redirect file server
is it possible ti change the GET from the following:-

http://vieracast.tv/data/config/icon-list-asia.json
Code:
+++GET 86+++
GET /data/config/icon-list-asia.json HTTP/1.1
Host: vieracast.tv
User-Agent: U2FsdGVkX1/ifui6cXw7mxNP/pdR2kze9sOpgHqOGI/4xNKWUIs1xKJ/zZRcdolwWKRxPBFut17MofuRAfHlbbjNvbkDojzbCxHnPbsLtJwqLxbhIoA7PFyhgdvzgzLmTsy9fkZnZTQ5lvHKTtkvnUJTajide9aYRsqp1Amfbo9it9L/2F5uAk5A7e26lMBjuiGSWRe7Ie3AAm77vMp6gA==
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en,ar-kw;q=0.5
Accept-Encoding: gzip, deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive

+++RESP 86+++
HTTP/1.1 200  OK
Date: Mon, 01 Jan 1996 00:00:01 GMT
Server: AllegroServe/1.2.56
Content-Type: application/json
X-Server-time: 1302589621-987657
last-modified: Thu, 10 Mar 2011 09:23:07 GMT
Content-Length: 575
Connection: Keep-Alive
Age: 213

that changes icon-list-asia.json to icon-list-eu.json

this is a server used to viera cast feature fro panasinic hd/3d tvs
if u got denied use the same User-Agent: i used!

it least if i couldnt change from headers can i change it from url request?
i am really pissed off of this crap i just bout my 3d tv for 6k$ and in kuwait skype not allowed so i if chage it to icon-list-eu.json may works dunno...

u can email me qallaf _a_t_ qallaf.net
Add Thank You Quote this message in a reply
Apr. 14, 2011, 03:36 AM
Post: #2
RE: redirect file server
Code:
[HTTP headers]
In = FALSE
Out = TRUE
Key = "! : Redir: vieracast.tv icon-list-asia.json to icon-list-eu.json (out)"
URL = "vieracast.tv/data/config/icon-list-asia.json&$RDIR(http://vieracast.tv/data/config/icon-list-eu.json)"
Add Thank You Quote this message in a reply
Apr. 15, 2011, 07:04 PM
Post: #3
RE: redirect file server
and hpw to do that duuuh
instruct me i am newbie
Add Thank You Quote this message in a reply
Apr. 15, 2011, 07:08 PM (This post was last modified: Apr. 15, 2011 07:14 PM by ProxRocks.)
Post: #4
RE: redirect file server
the easiest newbie route is to CLOSE proxo, open your config file with a text editor of your choice, copy the above filter in the header section IN ALPHABETICAL ORDER (by Key = line), save, close text editor, re-open proxo, load the config file you just edited...

to make it "easiest", do the above to "default.cfg" since that is the file that is loaded automatically when proxo is opened... i am assuming that is the config file you are using...
Add Thank You Quote this message in a reply
Apr. 15, 2011, 08:38 PM
Post: #5
RE: redirect file server
I usually post filters in a format that allows them to be "imported".

http://www.proxomitron.info/45/help/Web%...lters.html

Quote:Sharing your web filters

Right-clicking over the filter name area bring up a context menu allowing you to import or export selected filters to the clipboard. This is an easy way to share specific filters with others or add new filters yourself. For example, to share some filters, just select the filter(s) you wish, right-click to export them to the clipboard, then paste them into an email or message board. Exported filters will be in the same plain-text form used by the config file and can easily be imported by someone else. When sharing filters be sure not to delete any of the included headers or Proxomitron may not be able to import them again.

To import filters just, copy the text into the clipboard from the original source (which could be an email, message board, or any other text source) and select the import option. If Proxomitron can find enough text to make a new filter, it will be added to your list highlighted in red.

After "importing", click "OK" the Web Page Filter dialog. Click the green or left floppy to keep the filter. http://www.proxomitron.info/45/help/Mainscreen.html

If you wish to use a text editor, you would copy and paste

Code:
In = FALSE
Out = TRUE
Key = "! : Redir: vieracast.tv icon-list-asia.json to icon-list-eu.json (out)"
URL = "vieracast.tv/data/config/icon-list-asia.json&$RDIR(http://vieracast.tv/data/config/icon-list-eu.json)"

into the Header section of the cfg file.

HTH
Add Thank You Quote this message in a reply
Post Reply 


Forum Jump: