http://example.com/?test=3 | what is ?test=3 stand for sir ?

Goodsirhere

Newbie
Joined
Nov 22, 2022
Messages
35
Reaction score
13
i do some cloacking and all visitor get filtered because no_js_data after being check , my domain get redirect from https to http://example.com/?test=3 and then go to final phrase https://example.com/

i need to remove the http://example.com/?test=3 but cant find it where to remove , already told the hosting they say no problem like that at my domain
2016-05-19-crying-baby-flickr.jpg
 

what is ?test=3 stand for sir ?​

It is called URL parameter also known as query strings. In your example, test is the variable name and 3 is the property value for that variable.
 
It is called URL parameter also known as query strings. In your example, test is the variable name and 3 is the property value for that variable.
ahhh i see thanks for that sirrr
 
Back
Top