I am using crawler4j to crawl a website. The website has certain parameters at the end of a few url for e.g http://www.abcd.com/xyz/?pqrs
When the shouldVisit() method for such url is called I get the webURL as http://www.abcd.com/xyz/?pqrs but when the visit method on the same url is called I get the URL as http://www.abcd.com/xyz/.
How can I visit page with certain parameters at the end?