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

166
Views
Send HTTPS request and block the server response

I have this code:

var request = require('request');

request({
    url: 'https://example.com',
    proxy: 'myproxysettings'
},function (error, response, body) {
    if (error) {
        console.log(error);
    } else {
        console.log(response);
    }
});

As you can see I'm sending a simple HTTPS request to a web server via another proxy server using request module. What I'm trying to do is close my connection to web server right after my request is send. I don't want to ignore the response from web server, I literally don't want to receive it. This is because the response from web server is too large and by that there's a lot of traffic produced on proxy server.

Any ideas?

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!