Skip to main content

All Questions

Tagged with
2 votes
1 answer
9k views

javascript Cross-Origin Read Blocking (CORB) blocked cross-origin response

I am trying to retrieve JSON responses from an API. I keep getting "Cross-Origin Read Blocking (CORB) blocked cross-origin response", causing an error. I have searched the web trying to find ...
Thando Hlophe's user avatar
0 votes
1 answer
162 views

Domain X has been blocked by CORS policy

Trying to enable cross domain with Ajax Call but still getting "CORS Policy" error, here is my code: var settings = { "url": "https://testmedia/api/authenticate&...
Ayman Barhoum's user avatar
0 votes
0 answers
129 views

iOS Safari track users when switching pages via link clicking

I am trying to track how long an user stays on a specific page on my website. I am using sendBeacon, AJAX as Fallback and the Page Visibility API. It works in all browsers and even in Safari when ...
Hans Martin's user avatar
0 votes
1 answer
429 views

Chrome browser error when executing multiple AJAX requests on Python-Flask application

I am currently using command "python3 -m flask run -h localhost -p 8081" to run a flask server on localhost:8081. The user is able to click buttons to trigger events; additionally, data ...
A.Rajput's user avatar
0 votes
0 answers
25 views

Maximum depth of JSONs in a web application in JS/PHP

I got strange behaviors (see Empty ajax request sent by Chrome and Opera (but "Allowed memory size of 134217728 bytes exhausted" with Firefox)) while using Ajax. I know that the data I send ...
Zlotz's user avatar
  • 187
0 votes
1 answer
48 views

Send Input to a File In Ajax

I want to put the code in the textarea's as below and send it to a file and I do not know Ajax I understand it but can't write. <!DOCTYPE html> <html> <head> <meta charset="...
Freddybobjo's user avatar
0 votes
0 answers
34 views

Why do some browsers attempt to render assembly language files as HTML?

So, why do Internet Explorer 6 and the Android Stock Browser 4.1 (and possibly some other browsers I haven't tested it on) attempt to render Assembly language source files (.ASM files) as if they were ...
FlatAssembler's user avatar
2 votes
1 answer
2k views

jQuery doesn't work on Firefox but works on Chrome

I have this jQuery code: function action(action){ event.preventDefault(); var products = $("#check-list input:checkbox:checked").map(function(){ return $(this).val(); }).get(); ...
emma's user avatar
  • 761
-1 votes
1 answer
2k views

jQuery not working on safari browser, and on chorome in MAC

I have just finished a website and the link is http://techuire.com/portfolio/BlotHub/ The problem with this website is that the jQuery is not working on safari browser at all. The jQuery is not ...
Engr Atiq's user avatar
  • 163
0 votes
0 answers
570 views

Why this XMLHttpRequest doesn't work in IE?

I have a very simple XMLHttpRequest making a POST call. It works on Chrome and Firefox. But when I tried it in IE10, I got this error.. SCRIPT5022: InvalidStateError Here's the code. function ...
toy's user avatar
  • 12k
1 vote
0 answers
308 views

Cross origin access while calling third party API with authorization headers in AJAX jQuery

I am calling sandbox API with post method also using authorization headers but it's showing following error. I have tried cross domain extension in Chrome that time it's working fine, but after ...
Avinash Rathod's user avatar
0 votes
1 answer
49 views

How to make Ajax Call when Browser not supporting Ajax

I have a problem. My browser not supporting Ajax call. Now I have to get data from Server without refreshing whole page. How can can get it. its not fixed data. Data will be dynamic . SO we need to ...
Santosh Prakash's user avatar
0 votes
1 answer
62 views

Browser-independent way to save text in a TextAreaFor

Using ASP.NET MVC, I have a View that contains a TextAreaFor, where I want users to be able to type in some notes and save them on-the-fly, see notes that were saved there before (whether by them or ...
Andy's user avatar
  • 646
0 votes
0 answers
193 views

IE browser Ajax call is taking 3 to 4 times more than Chrome

I am facing a wired problem for IE browser Ajax call and was not able to found any solution for that problem. When I am making those calls in Chrome browser it is really fast but in the case of IE, it ...
Md. Ruzdi  Islam's user avatar
0 votes
1 answer
216 views

Using Ajax jQuery localStorage cross-browser

I have done this Ajax jQuery function that saves the scroll position in a localStorage and it works fine on Chrome but it does not work on the other web browsers, what can I do to make it work on all ...
andrekordasti's user avatar

15 30 50 per page
1
2 3 4 5
11