Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

244
Views
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 answers
Answer question

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 Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!