proxy-server Questions

2

I have installed tinyproxy in CentOS 7 machine and changed the port to 8080 in tinyproxy.conf Wherenever I am hitting request I am getting following logs in tinyproxy.log:- CONNECT Mar 15 08:14:42...
Selima asked 18/3, 2017 at 8:34

4

Solved

I work on a Ubuntu VM in my company's laptop which uses proxy server for connecting to internet. After some research I found out how to install modules using pip install with proxy. For example, us...
Krummhorn asked 17/6, 2016 at 9:25

3

I'm writing a Chrome extension. If you make jQuery.ajax request for a regular http page from within a page served via https, then the request is blocked by Chrome. I was wondering if I could fetch ...
Linguistics asked 3/5, 2014 at 19:29

4

Solved

I'm building a WebClient library. Now I'm implementing a proxy feature, so I am making some research and I saw some code using the CONNECT method to request a URL. But checking it within my web br...

9

Solved

I was using Mechanize module a while ago, and now try to use Requests module. (Python mechanize doesn't work when HTTPS and Proxy Authentication required) I have to go through proxy-server wh...
Afterward asked 22/11, 2012 at 5:37

1

I am building a Proxy server, upon receiving a HTTP CONNECT request I establish a connection to the destination server and if successful return HTTP/1.1 200 Connection established <<empty li...
Eyeless asked 9/7, 2014 at 14:24

9

Solved

I'm trying to learn NLTK - Natural Language Toolkit written in Python and I want install a sample data set to run some examples. My web connection uses a proxy server, and I'm trying to specify th...
Radioisotope asked 17/12, 2012 at 5:12

1

Solved

I have the following code. And a web api which returns string array, const express = require('express'); const proxy = require('express-http-proxy'); var app = express(); app.use('/proxy', prox...
Floccus asked 27/2, 2018 at 20:17

1

Solved

I have a use case where I would like to connect to a proxy server with HTTP, but the underlying request is actually a GET with HTTPS. I have been reading When should one use CONNECT and GET HTTP me...
Abbotsun asked 27/11, 2017 at 0:1

3

Solved

System.setProperty("http.proxySet", "true"); System.setProperty("java.net.useSystemProxies", "true"); System.setProperty("http.proxyHost", "192.168.1.103"); System.setProperty("http.proxyPort", "31...
Fuel asked 1/1, 2013 at 19:6

3

Solved

My 'LocalClient' app is in a corporate LAN behind an HTTP proxy server (ISA). The first Azure API call i make - CloudQueue.CreateIfNotExist() - causes an exception: (407) Proxy Authentication Requi...
Tarango asked 22/10, 2010 at 4:58

3

Solved

Anyone know of any open source C# proxy server projects? Otherwise any articles/tutorials that cover how to use C# classes to get proxy server basic functionality working (in particularly for HTTPS...
Tiller asked 7/7, 2010 at 10:56

0

I was trying to send a form details to a folder containing the php script to process and validated it using AJAX() method , But I am getting "Cross-Origin Request Blocked" error . I know this is c...
Consequent asked 27/5, 2014 at 7:16

5

Solved

I just started using Fiddler 2 to create request objects for REST,JSON, and SOAP based services that I have been creating. It has worked great so far. The problem came when I attempted to use some...
Floorage asked 21/7, 2009 at 14:14

1

I have a simple goal: load webpages with either phantom.js (out of the box) or casper.js (nice and easier) but using proxy and rotate it from a list if current one is bad (i.e. webpage loads fail o...
Passional asked 25/5, 2013 at 5:5

2

Solved

When I run the following Powershell cmdlet (from the Azure Management Tools Snapin): get-osversions -subscriptionId **** -certificate (get-item cert:\CurrentUser\MY\******) I get the following e...

2

Solved

I'm developing a twitter messaging utility using Twitter API (twitterizer). But since I'm within a corporate proxy, I'm getting the error '407 Proxy Authentication Required'. Is there any way to au...
Beatrix asked 27/5, 2009 at 6:46

1

Solved

For a programming exercise (from Computer Networking: A Top-Down Approach (6th Edition) by Kurose and Ross), we're trying to develop a simple proxy server in python. We were given the following co...
Begga asked 29/7, 2012 at 23:47

1

Solved

I'm newbie programmer building a startup that I (naturally) hope will create a large amount of traffic. I am hosting my django project on dotcloud, which is on Amazon EC2. I have some streami...
Trencherman asked 4/10, 2011 at 17:2

2

Solved

which server side language nginx webserver do support? For example apachi-tomcat is for java, wammp is for php. and secondly it is installed on my pc i need to know that how can i access it via htt...
Cohbath asked 6/10, 2011 at 10:19

2

Solved

I am beginning work on a very basic HTTP proxy server written in C (Edit: something that just forwards my requests). At this point I am having difficulty in understanding how to proceed. Any help ...
Undercoating asked 14/11, 2009 at 15:32
1

© 2022 - 2024 — McMap. All rights reserved.