getPostDataForUrl returns empty array for urls with query
Status: Beta
Brought to you by:
huni
Hi,
There is a problem in getPostDataForUrl method of PHPCrawlerUserSendDataCache class that when your url contains some query and question mark (?), in this case preg_match can't match the url and no data won't send to that url and i have to replace ? with \? before.
Thanks.
Anonymous
Hi Mohammad,
thanks a lot for the report!
I wonder why nobdoy noticed this bug before.
(Maybe because it's a little unusual to send data via query AND post-data).
Thanks!