Resolved URLs - I don't want it!

Hi all, I've been looking all around for help on the forum to this particular problem. I've found many answers on here in the past, but this one is escaping me and 2 other guys in the room.

Basically, I have directly entered a URL into a scrapable file.

The URL has 4 brackets (2 pairs) [] [] in the address.

It's part of the parameters for page 2, 3, 4 and so on....

When screen-scraper uses the Resolved URL, no matter what we try, the brackets are replaced by %5D and %5b.

When the site we're scraping sees the resolved URL with %s.... it sends the scraper back to page 1, instead of the originally intended page 2.

Have tried to run script to replace the brackets with JS regex, but to no avail.

Any help would be greatly appreicated.

I just had to do a site that

I just had to do a site that was using square brackets in the URL. SS encoded them, but it worked fine.

Is the site you're working on one I could go see?