yanwong / ganon

Automatically exported from code.google.com/p/ganon
0 stars 0 forks source link

Ganon adds ");" at the end of URL and makes it invalid #61

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
The URL being passed is valid when the function file_get_dom($url)is called. 

The error returned is :

file_get_contents(http://someurl.com): failed to open stream: HTTP request 
failed! HTTP/1.1 508 Loop Detected

Notice ");" after the URL. This is being appended as a part of the URL which is 
making it invalid, hence the error.

Why are these two characters being appended internally by ganon when i have 
passed the correct URL to file_get_dom?

Original issue reported on code.google.com by urfi.ans...@gmail.com on 1 Jul 2014 at 10:18

Attachments: