Problem with ReadURL, how to solve?

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
neutrox
Posts: 194
Joined: 05 Mar 2012 15:23

Problem with ReadURL, how to solve?

Post by neutrox »

Code: Select all

echo exists("https://addons.mozilla.org/en-US/firefox/addon/tab-mix-plus/?src=cb-dl-featured");
This is just throwing "0|0" error...
Help file says HTTPS is suported.
What's wrong...? :roll:

TheQwerty
Posts: 4373
Joined: 03 Aug 2007 22:30

Re: Problem with ReadURL, how to solve?

Post by TheQwerty »

Cannot replicate - it echos a 1 here.

highend
Posts: 14955
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: Problem with ReadURL, how to solve?

Post by highend »

1 here as well.
One of my scripts helped you out? Please donate via Paypal

neutrox
Posts: 194
Joined: 05 Mar 2012 15:23

Re: Problem with ReadURL, how to solve?

Post by neutrox »

There are sites that are flagged '1', others are not.
No problems with firewall.
Using browser I can access the addresses with no errors.
Any ideas?

TheQwerty
Posts: 4373
Joined: 03 Aug 2007 22:30

Re: Problem with ReadURL, how to solve?

Post by TheQwerty »

What happens if you just use html()?

Code: Select all

html("https://addons.mozilla.org/en-US/firefox/addon/tab-mix-plus/?src=cb-dl-featured");
Or for that matter when you say it works in the browser which do you mean?

neutrox
Posts: 194
Joined: 05 Mar 2012 15:23

Re: Problem with ReadURL, how to solve?

Post by neutrox »

Using html I can see the page with no problems but the "Internet explorer script error" message.
Browser: Opera, for instance.

:!: The problem is: I need to retrieve such pages' text content.

Post Reply