Hey thanks, turn out that I put the wrong URL for the capture method.
On Feb 24, 5:18 pm, Srikanth <[email protected]> wrote: > When you capture the url along with its parameters, then you've to > access it with its parameter to serve the local copy. You could open > localserver.db file to check the captured url. Also try using > isCaptured method to verify the status. > > Srikanth > > On Feb 24, 10:46 am, Jason <[email protected]> wrote: > > > Hi all, > > > I have a url with this format:http://jonhdoe.com/request.php?variable1=1 > > > I tried to capture the whole variable, but nothing happens when I > > access that link again. Is this because of the part "variable1=1"? I > > check the local store folder, and there's a file downloaded, just that > > I can't access it. > > > Thanks, > > Jason
