Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
1 vote
0 answers
67 views

Multiple requests being made from a single click

There is a duplicate request issue that affects staff members at our company. I am unable to replicate it in our development environment (or in production for that matter, but I work from home so ...
Antonio Agiste's user avatar
0 votes
2 answers
50 views

Post raw HTML data via AJAX to server with ModSecurity

I have a website that uses jQuery ajax $.post to save html data to a PHP script. The data for $.post is serialized textarea form data (where the user edits css, javascript & html). All works well ...
Jsp's user avatar
  • 176
0 votes
1 answer
49 views

Ajax/Livewire not working in Laravel project hosted on XAMPP Apache but works with php artisan serve

I have a Laravel project that I previously developed using XAMPP Apache and MySQL, and everything worked perfectly. However, when I started implementing Ajax or Livewire components in my project, they ...
Marz On's user avatar
1 vote
0 answers
58 views

jQuery Ajax data server capacity problem with 503 errors

I am working with WordPress, attempting to POST an Ajax request that contains a JSON string of approximately 5000 characters. It returns a 503 error, suggesting a capacity issue. 503 Service ...
wordpress user's user avatar
0 votes
0 answers
43 views

Why can't I change tmp_upload_dir

What I try to accomplish: Upload images from a web page via POST Request to my server and manipulate them. I have been experiencing the following issue for a few days now: I cannot access the uploads ...
Shin's user avatar
  • 1
0 votes
0 answers
12 views

Replace ajax response of a json file from a website to a local json file

So basically I saw a website who does an ajax call to its backend and fetch a json file with some data. I want to manipulate that data by duplicating that file locally and edit it and somehow map it ...
paulalexandru's user avatar
0 votes
0 answers
54 views

403 for ajax POST requests in Chrome on Windows 11 but not Windows 10

I have a local network non-public server used to test applications that need to be deployed in http. My work recently replaced my Windows 10 desktop with a Windows 11 machine. Since then, when I try ...
Dan Hyatt's user avatar
0 votes
0 answers
44 views

Grant access to Typo3 Middleware using Apache's <Location> when <Location /> is secured using Kerberos SSO

I can't find a way to unlock a middleware within one of my extensions for an an external (other domain) javascript ajax-call: $.ajax({ type:"GET", url:'https://intranet....
Salvatore Callari's user avatar
0 votes
1 answer
164 views

Async multiple http request (ajax) in laravel framework

i try to hit multiple API with AJAX call in Laravel framework. When i see the network process in the browser. I see the second Ajax call is only executed after the first Ajax call finish (return ...
lauwis's user avatar
  • 401
0 votes
0 answers
207 views

Apache ModSecurity: 403 Forbidden / MULTIPART_STRICT_ERROR when sending multipart/form-data through ajax

var formData = new FormData(); formData.append('data', tmp_img); var xhr = new XMLHttpRequest(); xhr.open('POST', 'upload-image.php', true); xhr.setRequestHeader('Content-Type', '...
ESB691's user avatar
  • 91
0 votes
0 answers
43 views

Why is the browser blocked during the execution of a process in php?

I hope you can help me because ChatGPT has not succeeded hahaha. I have the following code. It's long, but it works fine, and I really don't think it has any problems, just that it takes a long time ...
Luis Miguel Molina Betancourt's user avatar
0 votes
0 answers
12 views

Ajax working with XAMPP but not with Apache2 server [duplicate]

I have this very simple project making use of Ajax: html: <!DOCTYPE html> <html lang='en'> <head> <title>test</title> <meta charset='utf-8'> ...
anthony's user avatar
  • 25
0 votes
0 answers
50 views

Htaccess how to not redirect specific files and folders

I have the following code in my htaccess file: <IfModule mod_headers.c> Header set X-XSS-Protection "1; mode=block" </IfModule> RewriteEngine on RewriteCond %{HTTP_HOST} ^www\.(.*...
wouterschiedam's user avatar
1 vote
0 answers
76 views

Why are multiple AJAX requests waiting (hanging) for 1s+ between them?

Whenever I send more than 1 paralel ajax request at a time to my backend, some respond within a reasonable timeframe (<100ms), however some of the requests hang for approximately 1s (long TTFB) ...
Dino Cagalj's user avatar
1 vote
1 answer
185 views

How to fix: RewriteRule not working in .htaccess

Please consider the content in my .htaccess: ## Options +FollowSymlinks -MultiViews RewriteEngine on RewriteBase / ## Allow a few SEO Files direct access. RewriteRule ^robots.txt?$ robots.txt [L] ...
Shah Alom's user avatar
  • 1,035

15 30 50 per page
1
2 3 4 5
36