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

124
Views
¿Por qué axios sigue enviando solicitudes?

Este es mi código:

 var axios = require("axios").default; var btoa = require("btoa") var options = { method: 'POST', url: 'https://qrcode3.p.rapidapi.com/qrcode/text', headers: { 'content-type': 'application/json', 'x-rapidapi-host': 'qrcode3.p.rapidapi.com', 'x-rapidapi-key': '*****' }, data: { data: 'https://linqr.app', image: {uri: 'icon://appstore', modules: true}, style: { module: {color: 'black', shape: 'default'}, inner_eye: {shape: 'default'}, outer_eye: {shape: 'default'}, background: {} }, size: {width: 200, quiet_zone: 4, error_correction: 'M'}, output: {filename: 'qrcode', format: 'png'} } }; axios.request(options).then(function (response) { console.log(btoa(response.data)); }).catch(function (error) { console.error(error); });

Ejecuto el archivo con nodemon y sigue enviando solicitudes una y otra vez... ¿por qué no envía la solicitud solo una vez?

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!