How to resolve url error

i am getting an error of proxy setting when i m trying to read an url.
urlread('https://transferwise.com/gb/currency-converter/usd-to-inr-rate?amount=1');
i m getting following error
Error using urlreadwrite (line 94)
Error downloading URL. Your network connection may be down or your proxy settings improperly configured.
Error in urlread (line 36)
[s,status] = urlreadwrite(mfilename,catchErrors,url,varargin{:});
How can i resolve this??
Thank you

1 Comment

Adam Danz
Adam Danz on 17 Dec 2019
Edited: Adam Danz on 17 Dec 2019
That line works for me without error.
Is that error happening for other websites or just that one? Can you load the website from an internet browser?
Also, have you check out this link?

Sign in to comment.

Answers (0)

Categories

Asked:

on 17 Dec 2019

Edited:

on 17 Dec 2019

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!