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

139
Views
Trailing backslash appeares in url parameter in post query

I am sending POST request to some REST API. One of parameters in request body is a url address. My code is following:

var recordUrl = $dialer.getCallRecordingFullUrl();

var url = "<api url>";

var options = {
    headers: {},
    body: {
        ...
        "RECORD_URL": recordUrl
    }
};

var response = $http.post(url, options);

recordUrl has value like that

https://...b7d7c0a62

(without trailing backslash). But when I send post query this value turns to

https://...b7d7c0a62\

(with trailing backslash).

This invalidates the url address sent. How to solve this issue?

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