octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #58257] urlwrite 403 Forbidden crashes octave


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #58257] urlwrite 403 Forbidden crashes octave
Date: Mon, 27 Apr 2020 14:32:22 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.122 Safari/537.36

Update of bug #58257 (project octave):

                Severity:              3 - Normal => 4 - Important          

    _______________________________________________________

Follow-up Comment #2:

Hmm, I can't confirm this on my system. I get the following from urlwrite


>> [f, suc, msg] = urlwrite
('https://www.nasdaq.com/api/v1/historical/amzn/stocks/2010-04-27/2020-04-27',
'/tmp/HistoricalQuotes.csv')
f = 
suc = 0
msg = HTTP response code said error



No crash for me. Is this reproducible?

As to workaround, the supported way to set the User-Agent header in Octave
version 6 is to use webread with weboptions. The equivalent to urlwrite is
websave, but that function isn't yet implemented in Octave.

    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?58257>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]