Questions tagged [forward-proxy]

5 questions
0
votes
1 answer

Why Apache Traffic Server does not cache https content even though SSL termination has been setup?

I'm using ATS as forward proxy. The http content cache without any problem, but the https content just don't work. Here are my configures. # records.config CONFIG proxy.config.http.server_ports STRING 8125 8443:ssl CONFIG…
Gahoo
  • 215
  • 2
  • 9
0
votes
0 answers

Unable to compile apache server httpd 2.4.57 for windows

I have just started to work with Apache server Httpd. I want to compile source code for windows Can anyone please help me for this ? I have tried following ways to build compile using visual studio 2017 followed below article but getting many build…
0
votes
0 answers

How HTTPS and CDNs relate (from a cache perspective)

I am a student studying computer science. I am studying computer networks and have a question. My question is, "With the commercialization of HTTPs, has Forward Proxy lost the role of Cache, and is there a need for CDN?". When I studied Web Cache, I…
0
votes
0 answers

Nginx not passing Authorization header when used as forward proxy

I'm building a chrome extension that integrates with the notion API. Since the notion API blocks requests from browsers, I want to set up a forward proxy as a middleman between my extension and the notion API. For that I am using NGINX and docker…
user19187727
  • 169
  • 9
0
votes
0 answers

Forward Proxy solution to replace personal token with secret token

My team is accessing a third party API (say, facebook API end point). I want to: Assign personal API tokens per developer. Hide the real token from the developers. What I imagine as a setup is an api proxy that will be called by the team and will,…
JAR.JAR.beans
  • 9,668
  • 4
  • 45
  • 57