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

251
Vistas
POST (url) net::ERR_BLOCKED_BY_CLIENT

I am getting the below below when i try to the url https://www.cshippers.com/orderManagement/OrderManagementReportAction.action?actionCommand=submit&menuRef=REP_APP005_0001MT

The error: POST (url) net::ERR_BLOCKED_BY_CLIENT

enter image description here

The JavaScript Function:

$.ajax({
    url:targetUrl, //supposed to be the url as mentioned in question
    data: formData.serialize(),
    cache: false,
    type: 'POST',
    success: function (dataofconfirm) {
        openPage( url.substring(0, url.indexOf(".",2)) + ".action?menuRef="+menuRef );
        /*hideLoader();*/
    },
    error: function (xhr, ajaxOptions, thrownError) {
        hideLoader();
        console.log( thrownError );
    }
});
about 4 years ago · Juan Pablo Isaza
1 Respuestas
Responde la pregunta

0

Usually, there are two problems:

  1. Related to adblocker and you need to turn it off
  2. You need to add an extra segment at the end of your URL

For example "https://--your api--/movie.json". You need to add the target node in your database, here it is movie, at the end of the URL.

Firebase needs this .json at the end of the URL you are sending requests to, otherwise your request will fail. If you are using Firebase, it could solve your problem.

You can test your API with one of the online open API testing.

about 4 years ago · Juan Pablo Isaza Denunciar
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