-
unnesesury urlencode for cookie.
2009-12-02 20:07:47 UTC by xadminx
-
Take a look at the javascript. It may be in a separate file, but you can download that as well. All the data the javascript uses is available to you as well, so it should not be too difficult to replicate whatever the javascript does. It is possible that the javascript code itself changes as well, but that is very unlikely.
2009-09-22 21:39:29 UTC by gar37bic
-
Yes, I recently tracked strange errors down to this line as well. But remember to also not add the default port to HTTPS connections (port 443). I definetly think this should be in the next version of Snoopy.
2009-09-12 15:14:07 UTC by cyner
-
I have been trying to use Snoopy to submit a form that uses check boxes. I have found that in the target page, the $_Post data for a form with check boxes has a part that is submitted as an array with all of the items that have their boxes checked. I have tried to include an array in $submit_vars, but it does not seem to form the $postdata in Snoopy properly.
With a $submit_vars...
2009-08-31 17:50:33 UTC by dansalmo
-
This is due to the "fix" in version 1.2.4.
I think line 1009 should be changed to
exec($this->curl_path." -k -D \"$headerfile\"".$cmdline_params." ".escapeshellarg($URI)."",$results,$return);
(note that I propose escapeshellarg() instead of escapeshellcmd() )
This bug is also related: https://sourceforge.net/tracker/?func=detail&aid=2572607&group_id=2091&atid=102091.
2009-08-06 03:46:57 UTC by padde0711
-
After using Snoopy-1.2.4 five "sno??????" files stay behind in /tmp - they should get deleted automatically.
2009-08-06 03:41:41 UTC by padde0711