Teya Salat



Front Query:

Front query also known as prefix is an input to append a string in front ofthe Domain in the URL requested to the network.
ex:
http://FrontQuery@www.yahoo.com/test/file.txt

Middle Query:

Middle query is an input toappend a string at the back of the Domain in the URL requested to the network.
ex:
http://www.yahoo.com@MiddleQuery/test/file.txt

Back Query:

Back query also known as suffix is an input to append a string at the back of the URL requested to the network.
ex: http://www.yahoo.com/test/file.txt?BackQuery

Remove String from URL(HUI123):

A string that will be removed from the URL.

Filter (HUI200):

Filter is an input to modify the URL string requested to the network, the format is:
DOMAIN(StringToBeReplaceOrMove StringToBeReplaceOrMove1\StringToReplace StringToReplace1).
ex:
1.-URL:
http://www.yahoo.com/test/file.txt
-Filter:
www.yahoo.com(test\coba)
Result:
http://www.yahoo.com/coba/file.txt
2.-URL:
http://www.yahoo.com/test/file.txt
-Filter: *(st\)
Result:
http://www.yahoo.com/te/file.txt

Add Port to non-Port URL:

An input to append port ofthe Domain in the URL requested to the network. It will not effect on url that already contain port.ex:-URL: http://www.yahoo.com/test/file.txt
-Add Port to non-Port URL:80
Result:
http://www.yahoo.com:80/coba/file.txt

Remove Port:

This is used to remove existing port on the URL.

Real Host (HUI202):

This is also called “no port no ip” where your phone internet config is set to no Proxyand Port but only APN..(Replacing the“X-Online-Host” to “Host”). Real Host mostly works in Symbian OS, but unfortunately for Java7 OS, there are issues. Real Host is widely used in countries such as Nigeria, Indonesia, Philippines, etc.