Skip to main content

All Questions

Tagged with
2 votes
2 answers
228 views

Issue with AJAX Request Preview in Chrome DevTools Version 123.0.6312.59 [duplicate]

Following the recent update to Google Chrome version 123.0.6312.59 (Official Build) (64-bit), I've been experiencing an issue with the display of AJAX responses in the developer tools (DevTools). ...
Georgy's user avatar
  • 29
0 votes
0 answers
30 views

Handling Inconsistent HTTP Status Codes in Ajax: 404 in Latest Chrome, 200 in Edge and Older Chrome – How to Resolve?

How can I address and obtain the correct status code for this Ajax code? In the latest version of Chrome, it returns a status code of 404, while in Edge and the older version of Chrome, it returns a ...
Lawrence's user avatar
1 vote
0 answers
304 views

Nodejs ajax sync calls not working from 2024 january (Chrome)

Premise: I know that "sync" is evil and that nobody should use it. I don't expect answers like "don't use sync" or "rewrite it async". I already know! Thanks. I have a ...
Alex's user avatar
  • 11
0 votes
0 answers
45 views

While uploading pdf showing error in ajax call error 403 forbidden

facing some problem While uploading pdf showing error in ajax call error 403 forbidden a padding to disable MSIE and Chrome friendly error page here is my ajax call >> upload pdf ajax call ...
pawan ks's user avatar
0 votes
0 answers
62 views

Error in javascript embedded in HTML - Response to preflight request doesn't pass access control check: It does not have HTTP ok status

I am doing a PoC. I have added the following javascript code in HTML page. This function get executed on button click but, it is not able to log response in console due to CORS issue. function ...
ameya's user avatar
  • 301
1 vote
0 answers
136 views

Getting the Request URL from the browser and printing it on the screen

I want to get the Request URL from the browser as in the picture and print it on the screen. How can I do this with codeigniter 4, PHP, js?
mehmetsar's user avatar
0 votes
0 answers
320 views

Very slow DOM updates in Chromium, but not Firefox

Background I have a data table in an ASP.NET Web Application. This table is contained within an UpdatePanel. When I run a query that generates a large amount of data (5,000 rows and ~20 columns), this ...
madmonk46's user avatar
  • 450
1 vote
0 answers
558 views

【Net-ERR_FAILED】What can cause Chrome to give an net::ERR_FAILED when Large number of requests occured by http2s?

When I send many requests in parallel, the browser gets "net-error". Occasionally some requests fail. The log shows that sending the request header failed. How to deal with it? none of ...
caitoulin's user avatar
0 votes
1 answer
43 views

How can I shutdown the server when I exit the browser tab?

How can I shutdown the server when I exit the browser tab django open server django in django after server and open website in tab How can I make the server shutdown if all tabs on the site are closed?...
CodeView's user avatar
  • 500
0 votes
1 answer
606 views

Big size file download

On my web page I have the following JS code to download file from server on user click: var oReq = new XMLHttpRequest(); oReq.open("POST", otherUrl, true); oReq.responseType = "...
mvb13's user avatar
  • 1,542
0 votes
1 answer
322 views

How to modify <object> data attribute for Google Chrome?

I am trying to change the data attribute of an element with id 'previewImage'. I modify the attribute by doing an Ajax call to another file, and get back the data. All browsers shows the data ...
CooleKikker2's user avatar
0 votes
1 answer
253 views

Chrome (any browser) load an ajax request from local for debugging

So there is a 3rd party ajax call that takes ~5 mins for every request. So when debuggin on local machine, is there a way to simulate that ajax call like maybe store the response somewhere and load ...
Mohd Abdul Mujib's user avatar
0 votes
1 answer
419 views

Request body of Ajax Post request is intermittently missing for spring boot proxy controller via Chrome and Edge browser

I am facing weird intermittent issue in Chrome and Edge with my web application while making simple ajax post request on button click. Ajax request lands on spring boot proxy controller of my ...
Vishwas Upadhyay's user avatar
1 vote
2 answers
333 views

JQuery Ajax in Chrome sends GET instead of POST, but in Edge it sends correctly

The following code triggers a GET Method instead of POST. $.ajax({type: 'POST',url: 'http://localhost:8000/DoAsync',data: {i:e},dataType: 'script' }); It's happened in Chrome. But, ...
Nimal's user avatar
  • 53
5 votes
0 answers
557 views

Browser stops making AJAX requests after period of inactivity

I've created an empty HTML page with a simple setInterval() that fires an AJAX call, via window.fetch(), every 30 seconds, indefinitely. In Chrome, however, if I leave my computer for 24 hours and ...
Chris's user avatar
  • 51

15 30 50 per page
1
2 3 4 5
76