You need to be logged in to post in the forums. If you do not have an account, please sign up first.
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.
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.
Opera 12.15 - Win 8 Pro x64 All my Opera tools -Tab Vault: Save tabs for later -AutoStack: tabs opened from a stack stay there
> 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
> 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