Nuxt 3 API response error
Why do I get this if I send bulk request to the server?
I've tested with 2000 requests and only 1322 request passed
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="refresh" content="2">
<title>Reloading server...</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@picocss/pico/css/pico.min.css">
</head>
<body>
<main class="container">
<article>
<header>
<h2>Reloading server...</h2>
</header>
<progress></progress><script>document.querySelector('progress').indeterminate=true</script>
<footer>
Check console logs for more information.
</footer>
</article>
</main>
</body>
</html><!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="refresh" content="2">
<title>Reloading server...</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@picocss/pico/css/pico.min.css">
</head>
<body>
<main class="container">
<article>
<header>
<h2>Reloading server...</h2>
</header>
<progress></progress><script>document.querySelector('progress').indeterminate=true</script>
<footer>
Check console logs for more information.
</footer>
</article>
</main>
</body>
</html>I've tested with 2000 requests and only 1322 request passed