Skip to main content
Filter by
Sorted by
Tagged with
Advice
0 votes
2 replies
16 views

https://developer.chrome.com/docs/devtools/overrides when the API name is followed by a number like ?_=*, the override always fails. Is any additional configuration required overrider a api like /...
munan's user avatar
  • 373
0 votes
1 answer
63 views

I am writing a feature with sveltekit to upload google photos takeout files. in other words large zip files containing images. So on the browser side I have this in a function console.log(`uploading ...
munHunger's user avatar
  • 3,229
3 votes
1 answer
103 views

After having carefully converted my JS code for NodeJS from CJS to ESM (with some unexpected difficulties), I am failing to send a body content to my Node Express web server, running for test purposes ...
toreric's user avatar
  • 444
2 votes
0 answers
62 views

I’m building a React Native app where I stream text from an API using XMLHttpRequest. The API sends chunks of text (like a chatbot response), and I keep appending those chunks into a messages array in ...
Anwar Shah's user avatar
-3 votes
1 answer
94 views

I have an XmlHttpRequestUpload with a listener on the load event: xhr.upload.addEventListener('load', () => { if (xhr.status === 200) { resolve(UPLOAD_OK); } else { const message = ...
uckelman's user avatar
  • 26.5k
0 votes
3 answers
72 views

I'm using a JavaScript function to fill an HTML table based on data fetched from a given URL (in JSON format). It works sometimes, but other times the table stays empty or the data doesn’t display as ...
Tyree Rocha's user avatar
0 votes
1 answer
33 views

I am building a web-site that calls php on the backend for some pages. When I view the html page on a computer browser, it returns with a status of 200 and shows content returned from php script. ...
Jim Wartnick's user avatar
  • 2,226
1 vote
1 answer
62 views

Initially two json files arrive on the site - the rest arrive after clicking the ‘load more’ button. I'm trying to intercept all requests. The example shows how I am waiting for the button to appear ...
Artem Taran's user avatar
-1 votes
1 answer
131 views

I have a javascript file which creates a XMLHttpRequest object and opens a connection to a PHP file and sends a form object to it. The Javascript file is like this: let formData = new FormData(); ...
Abb's user avatar
  • 67
0 votes
1 answer
43 views

I want to access the tables of the following website: https://www.marketbeat.com/ratings/ However, pages can only be changed by setting the "Reporting Date". I do know that I can change the ...
AmyTheGhostHunter's user avatar
0 votes
0 answers
80 views

I am running a selenium on a site - https://ir.vishay.com/ I am trying to get the response from above url, the driver code is as simple as String url = "https://ir.vishay.com/" driver.get(...
Gunwant's user avatar
  • 1,009
0 votes
0 answers
49 views

I am working on a live ticker which works fine but when I am reloading the page I am running into this error: XMLHttpRequest cannot load https://liveticker.local/ajax/ajax-liveticker.php due to access ...
Alexander Galler's user avatar
-1 votes
1 answer
60 views

Im trying to scrape table from this website using bs4 and request libraries, but I couldnt find any relevant information in XHR or JS sections of Chrome inspect and find the json file. I was hoping to ...
Olzhas Ibragimov's user avatar
-1 votes
1 answer
78 views

I have an html form that filters a list of results in a div. What I want is that only the contents of the div are reloaded instead of the whole page, and only using vanilla javascript. This is what I ...
user500665's user avatar
  • 1,462
0 votes
1 answer
435 views

the request returns a 302 with a URL in the Location header. The browser automatically makes a GET request to that URL, but I need to redirect the user to the page with that URL. const res = axios.get(...
chupapee's user avatar
  • 551

15 30 50 per page
1
2 3 4 5
794