Post Reply 
help for GET config
Jul. 03, 2011, 09:30 AM
Post: #1
help for GET config
I want to ask, how to make the config so that in the header of the log looks "GET http://m.snaptu.com/psmobile/release HTTP/1.1" when I open the other sites.
and "host: m.snaptu.com"

My friend gave this hint:

Header = Replace (Header, "GET http://", "GET http://m.snaptu.com/psmobile/release")
Header = Replace (Header, "POST http://", "POST http://m.snaptu.com/psmobile/release")
Header = Replace (Header, "GET ftp", "GET http")
AddHttpHeader header = (Header, "Host", "m.snaptu.com")

but i dont understand Sad

anyone can give me the config?
thanks, and i'm sorry for my english guys Smile!
Add Thank You Quote this message in a reply
Jul. 03, 2011, 02:35 PM
Post: #2
RE: help for GET config
(Jul. 03, 2011 09:30 AM)simbadda Wrote:  but i dont understand Sad

I also don't understand.

This header filter

Code:
[HTTP headers]
In = FALSE
Out = TRUE
Key = "! : Redir: Always http://m.snaptu.com/psmobile/release (Out)"
URL = "* & $RDIR(http://m.snaptu.com/psmobile/release)"

should only allow access to http://m.snaptu.com/psmobile/release.
It should change http://www.google.com to http://m.snaptu.com/psmobile/release.


This header filter

Code:
[HTTP headers]
In = FALSE
Out = TRUE
Key = "! : Redir: Prepend http://m.snaptu.com/psmobile/release (Out)"
URL = "\1 & $RDIR(http://m.snaptu.com/psmobile/release\1)"

should change http://www.google.com to http://m.snaptu.com/psmobile/releasewww.google.com

What are you trying to do?

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


Forum Jump: