This is not the same question as Read https://google.com doesn't work anymore in Red?
Even with the fix above, it doesn't work:
convert-invalid: function [page] [
collect/into [foreach c page [keep to-char c]] clear ""
]
convert-invalid read/binary https://en.blog.wordpress.com/2015/02/26/wordpress-for-ios-new-visual-editor-and-more/
02/26/wordpress-for-ios-new-visual-editor-and-more/
*** Access Error: cannot connect: https://en.blog.wordpress.com/2015/02/26/wordpress-for-ios-new-visual-editor-and-more/ reason: timeout
*** Where: read
*** Stack: print convert-invalid
I check with Rebol, it works:
>> read https://en.blog.wordpress.com/2015/02/26/wordpress-for-ios-new-vi
sual-editor-and-more/
connecting to: en.blog.wordpress.com
== {<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" data-placeholder-foc
us="false"><head profile="http://gmpg....
>>