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

181
Vistas
How can I not make my express JS app cut off the query

This is my code

app.get("/get", (request, response) => {
    if (!request.query.url) {
        return response.json({
            status: "Error",
            data: "No URL provided"
        });
    };

    console.log(request.query.url)

    axios.get(request.query.url)
        .then(function (response2) {
            response.json(response2.data);
        })
        .catch(function (error) {
            console.log(error);

            response.json({
                status: "Error",
                data: error
            });
        });
});

When I tried getting this URL http://localhost/get?url=https://catalog.roblox.com/v1/search/items/details?Category=3&MaxPrice=1000&Keyword=DIE, the output only showed https://catalog.roblox.com/v1/search/items/details?Category=3 but other query are cut off

This is the output

Listening on port 80
https://catalog.roblox.com/v1/search/items/details?Category=3

Any way to solve this problem? I can't find any solution on the internet because I don't know how to explain this problem.

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