Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

318
Vistas
What is the IP address 0.0.0.0:3000 which Next.js gives upon running the application?

Running a Next.js application gives the default message in the console

ready - started server on 0.0.0.0:3000, url: http://localhost:3000

When I use Postman to make a request to an API endpoint on the request URL http://0.0.0.0:3000/api/{a-valid-end-point}, I get the correct response. When I try to run the same request from the browser console of the application, CORS blocks it.

const res = await fetch("http://0.0.0.0:3000/api/{a-valid-end-point}");

// Output Message
// Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource
// at http://0.0.0.0:3000/api/hello. (Reason: CORS request did not succeed). Status code: (null).

From my understanding, browsers implement CORS. Tools like Postman do not have this feature.

What is the IP address 0.0.0.0:3000 actually doing here?

about 4 years ago · Juan Pablo Isaza
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda