proxy Questions

3

I am new to flutter. We have a proxy setup in the network. The proxy is already applied to android studio and it is working fine. While creating a new application it is working fine. But, get packa...

4

Solved

After updating to Xcode 5, the iOS simulator doesn't connect - not in Safari or Maps. It throws a "cache access denied" message. Couldn't find anything online that solves it. I'm stumped. Any ideas...
Vicarial asked 22/12, 2013 at 20:30

6

When using the REST client extension in VSCode eg. Send Request GET http://localhost:4200/dashboard ### I get following error : Connection is being rejected. The service isn’t running on the serv...
Nuisance asked 13/11, 2020 at 21:39

2

I've updated the Angular application to version 18 (18.0.1). I'm facing some issues regarding the http requests on localhost. For most of the requests I'm getting a 404. I'm behind a corporate prox...
Ferocious asked 5/7 at 6:58

2

I migrated my angular 17 project to angular 18 and fount out that proxy.conf.json did not worked for me. What might be the problem here? Thank you in advance "{ /api/*": { "target&...
Adkison asked 22/7 at 12:10

3

Lets say I have an EKS cluster, an EC2 instance and my local machine, I can pull images from my private ECR without any issues. But when I pull a generic image like nginx, it will come from Docker ...
Chasidychasing asked 11/3, 2021 at 17:33

3

consider the following server code : from multiprocessing.managers import BaseManager, BaseProxy def baz(aa) : print "aaa" l = [] for i in range(3) : l.append(aa) return l class SolverMana...
Vida asked 17/5, 2011 at 10:30

4

Solved

Im using centos 7.7 and docker 19.03. I cannot pull images and getting : Error response from daemon: Get https://registry-1.docker.io.v2./: dial tcp lookup : server misbehaving I did what all g...
Perishable asked 13/11, 2019 at 16:1

6

I'm working in a company that's using a proxy to connect to the internet. Some of my applications, especially package-managers of any kind are unable to connect to the proxy and produce 407 (Proxy ...
Huberman asked 6/12, 2017 at 12:51

4

Solved

I'm trying to install a package on a old Fedora 20 virtual machine. yum install<the_package_name> results in a failure with an HTTP 403 error: http://download.fedoraproject.org/<...(trunca...
Clumsy asked 9/9, 2015 at 14:59

3

Solved

I want to screen-scrape a website and for that I want to use Http, Socks4 and Sock5 proxies. So my questions are as follows: Is it possible to use these proxies through Java without using any oth...
Satori asked 16/1, 2010 at 15:50

5

I use 100% working SOCKS and I can't connect through my application: SocketAddress proxyAddr = new InetSocketAddress("1.1.1.1", 12345); Proxy pr = new Proxy(Proxy.Type.SOCKS, proxyAddr); ...
Abyssinia asked 18/4, 2011 at 0:11

5

Solved

I am trying to build a Docker image for elasticsearch-curator, Here is the dockerfile: FROM alpine:3.7 RUN adduser -S curator RUN apk add --update \ python \ python-dev \ py-pip \ build-ba...
Handley asked 16/1, 2018 at 9:10

3

I have been using curl for some time now and its working fine but with a proxy which uses users 'domain\username' to authenticate curl fails asking for Authorization. Authorization method is NTLM. ...
Yokefellow asked 10/6, 2013 at 20:9

2

Solved

I am executing a standalone nodejs script (no web server involved) that needs to fetch result from a third party api. The program uses 'node-fetch' to do the fetch(url) and I run it using node .\te...
Marinate asked 11/2, 2020 at 5:23

6

Solved

I downloaded the app Charles Proxy, I added the certificate and I can confirm that the Charles certificate is in my certlm (Certificate Manager) in the "Trusted Root Certification" folder, I had al...
Muumuu asked 22/5, 2020 at 16:51

7

Solved

I have the following scenario: I have an env variable $SOME_IP defined and want to use it in a nginx block. Referring to the nginx documentation I use the env directive in the nginx.conf file like ...
Morena asked 18/2, 2014 at 22:5

3

Solved

I am trying to send a request to a server using the HttpsUrlConnection class. The server has certificate issues, so I set up a TrustManager that trusts everything, as well as a hostname verifier th...
Anodic asked 2/10, 2009 at 20:36

2

Solved

I'm installed Squid3 proxy into ubuntu server and everything is OK but when i check the log file, Squid logs url but if the url has a (?) his logging only what before ? mark and skip what after it....
Ptomaine asked 31/3, 2012 at 1:27

4

Chrome used to run properly, when all of sudden it started asking for my proxy's username and password on every page I open. After I enter them, I see the page, but then I need to type them again w...

1

Having run into a CORS error in Angular v16.1.0 (using port 44498) with a ASPNET CORE DotNet 6.0 backend (using port 44303), I have followed the recommendation of using the Angular Proxy to rewrite...
Cummings asked 28/8, 2023 at 19:44

2

hello guys i am installing squid as HTTP proxy for scraping urls from google with a tool i have configured every thing but when i am connecting to squid it is giving tcp 403 error i have ubuntu14.0...
Rosa asked 30/3, 2016 at 21:11

2

Using webpack dev server, I'd like to have a proxy that proxies everything to the server, except my app. Except that the api, which has an endpoint under my app, should be proxied: /myapp/api/** ...
Sharondasharos asked 17/10, 2017 at 19:52

4

Solved

I'm trying to do REST calls with Spring. As I understand, the right way to go is using RestTemplate(?). Problem is, I'm behind a proxy. This is my code right now: SimpleClientHttpRequestFactory f...
Surge asked 7/7, 2015 at 15:39

8

when I go to Install new software and select an update site, I get a "HTTP Proxy Authentication Required" error. I have searched the internets for quite some time, and I still did not get an answ...
Abdominous asked 10/3, 2015 at 16:19

© 2022 - 2024 — McMap. All rights reserved.