is_valid_url() returns wrong result if URL contains '=' symbol
Closed this issue · 1 comments
joyxiong commented
Ex:
https://perfhudson-infra.corp.linkedin.com/job/Joy_multi_config_Espresso_CI_test/129/nodes=eat1-app378.stg.linkedin.com/artifact/output/resources/SAR-device-eat1-app314.stg.md0.svctm.csv
is a valid link, however, naarad.httpdownload returns error because is_valid_url() decides the above link is not valid
RiteshMaheshwari commented
can you try this? http://stackoverflow.com/a/7160778/174452