Questions tagged [https-proxy-agent]

22 questions
0
votes
0 answers

syscall: 'write', code: 'EPROTO', errno: -4046, or AxiosError: read ECONNRESET

I am trying to test out using proxies for the first time in my coding career and been trying for a while now. However I keep getting this weird error that doesnt make any sense in my head. The proxy I use here is taken from…
Ole Dybedokken
  • 343
  • 2
  • 15
0
votes
1 answer

Angular with https-proxy-agent only works with trailing / - what am I missing?

I created an Angular project with ngx-rocket. Angular frontend running at localhost:4200 Backend serving an api at locahlost:8000 I use the preconfigured https-proxy-agent with ngx-rocket to redirect my api requests from my frontend to my…
Lennart Thamm
  • 269
  • 1
  • 12
0
votes
1 answer

How to handle POST/GET with an https URL in proxy?

I wrote a proxy server which works well. But when looking at the log, there are some weird requests like: POST https://vortex.data.microsoft.com/collect/v1 HTTP/1.1 Also some GET over https. I think only CONNECT is allowed over https, am I wrong?…
Jks Liu
  • 457
  • 2
  • 12
0
votes
1 answer

What is proxy Agent

agent = toolData.withAgent ? proxyingAgent.create(accessTool.proxy, toolData.address) : null; what is this proxyingAgent in my code. I have search about this on google but m still confused. kindly explain this in easy wording, please don't use…
0
votes
1 answer

Configure Docker with proxy per host/url

I use Docker Toolbox on Windows 7 in a corporate environment. My workflow requires pulling containers from one artifactory and pushing them to a different one (eg. external and internal). Each artifactory requires a different proxy to access it. Is…
Levi Haskell
  • 795
  • 8
  • 20
0
votes
0 answers

Angular 6 https-proxy-agent, Denial of Service

I am using Serverless system for authentication, earlier it was working fine but then I installed jQuerya and Popper.js, as Bootstrap 4 has these dependencies [I read it somewhere]. When I installed these two then I am getting vulnerability issue…
Ayush S
  • 1
  • 3
0
votes
0 answers

How do i stop all requests and send success message if a request is successful in nodejs?

In the below code, I am performing request in loop for multiple protocols of proxy ip address. If one protocol fails, another may succeed. But if one protocol succeeds, I dont want request for other proxy protocols to happen. I want to terminate all…
Ujwal
  • 73
  • 1
  • 12
1
2