In an HTTP get request like this,
http://example.com/page?parameter=value&also=another
i can get the pages with parameter=value and alse=another, But I want something like,
http://example.com/page?parameter<value&also=another
So that i can get the pages with their parameters are less then value. Is there any way to do that?