Ajax PUT fails on Opera 10.5

Forums » General Opera topics » User JavaScript

You need to be logged in to post in the forums. If you do not have an account, please sign up first.

Go to last post

6. June 2010, 22:01:30

hmcnair

Posts: 2

Ajax PUT fails on Opera 10.5

I am new to this site. So I apologize if this topic has been discussed previously.

I have a number of the files containing javascript functions that are used by a single HTML page. Most of this scripts use AJAX GET and PUT requests. On a previous version of Opera (e.g 10.3), all the get and put requests operated without any problems. However, the moment I started using 10.5 all the "put" requests failed with a return status of '0', not '4'. The "get" requests seem to be working fine, as they had been in 10.3. I then placed these put operation in a "try/catch" blocks, but there were no errors reported. These same scripts work perfectly on Firefox, IE, Safari and Chrome.

Anyone got any ideas as to what I doing wrong?
Henry

p.s. The "Enable Javascript" user preference is turned "on" and the server side code did not change.

9. June 2010, 21:05:10

spadija

Posts: 1643

I'm not familiar with PUT requests so I couldn't tell you what the problem is, but you could also try posting your problem on the dev.opera forums. You might be more likely to get an answer there.

10. June 2010, 23:11:35

hmcnair

Posts: 2

> I'm not familiar with PUT requests so I couldn't tell you what the problem is, but you could also try posting your problem
> on the dev.opera forums. You might be more likely to get an answer there.

I should have said POST, rather than PUT. However, thanks for your suggestion sbout dev.opera.forums. It's probably something silly that I have overlooked.

Henry

Forums » General Opera topics » User JavaScript