Questions tagged [webproxy]

136 questions
1
vote
1 answer

C# check if a string is a valid WebProxy format

so after searching both on here and Google I have been unable to find a solution. Basically I want to allow the user to add a list of proxies from a text file, but I want to check that what gets passed in is a valid Proxy format before I make the…
Brett
  • 91
  • 1
  • 8
1
vote
1 answer

Understanding why proxy don't deny access with file_get_contents in PHP

I have a proxy with a lot of restrictions, like: can't access youtube, facebook and a lot of anothers websites, these are company policies. But testing a code in PHP i discovered that i can access any site using this:
Shelly
  • 1,035
  • 5
  • 27
  • 51
1
vote
1 answer

Internet Proxy server in c#

I need to implement a basic internet proxy in c#. Initial investigation it seems like it could be a tricky area. Does anyone have pointers to starting points, resources or open source implementations?
will
  • 3,975
  • 6
  • 33
  • 48
1
vote
0 answers

Country autosuggest is working but failsed in webproxy?

I am building a codeigniter site which is almost done. In my site country autosuggest is working fine. But when I am trying to acces the site with webproxy hidedoor.com, country auto suggest is not working. I really dont know whow to tackle it. I…
Vipul Patil
  • 1,250
  • 15
  • 27
1
vote
0 answers

How to get Proxy Address using WebRequest.DefaultWebProxy while the IE is Mapped to .PAC

I am using a .Pac file in IE by setting Use automatic configuration script to true. Everything works fine ie pinging and all, but when i try to resolve the Proxy address by using webproxy it always gives me null. From the last two day i am on to it…
Maxymus
  • 1,460
  • 2
  • 14
  • 22
1
vote
1 answer

How can I make a WebProxy Timeout?

I am downloading a string via system.net.WebClient I am also downloading it using a proxy: Dim proxy As New Net.WebProxy(grabbedproxy.ToString) webClient.Proxy = proxy My basic problem is that I have no idea how to make the downloadstring…
Zach Johnson
  • 2,047
  • 6
  • 24
  • 40
1
vote
0 answers

Do System.Net.WebProxy supports all kind of proxies?

There are various types of proxies. Such as Web, Trans, Socks4 and Socks5. Now I am using the following for using proxies but do this support all above kind of proxies ? System.Net.WebProxy my_Proxy = new WebProxy(srProxyHost, irProxyPort); If not…
Furkan Gözükara
  • 22,964
  • 77
  • 205
  • 342
1
vote
0 answers

Resume supported php proxy?

I need to create a resume supported php proxy for large file downloading. I try to use some famous open source proxy scripts like PHProxy and CGIProxy. but they aren't resume supported. So I want to know what is the best solution to do this?
1
vote
2 answers

from jQuery-ajax to breeze.js (SharePoint ODATA example)

I am starting to use breeze.js for my ODATA service. I am using a SharePoint ODATA api and i have an example of how to use it with jQuery-Ajax. To make this work with breeze would be so f-ing awesome. Can anyone help me to translate this jQuery-Ajax…
Thomas Deutsch
  • 2,344
  • 2
  • 27
  • 36
1
vote
1 answer

need help to open stackoverflow in my intranet

I have problem when i open www.stackoverflow.com on my intranet which is protected by firewall, open very slow and only text appears, no image or format render on browser. my admin says that he has done setting in web blocker to allow this site, but…
1
vote
1 answer

set my own proxy server and pass parameters to it in google chrome

i want set my own web proxy in google chrome to get all the web pages from my server. I know that we can set a web proxy server from the settings but what i want is also pass parameters to the server, so instead of that : 24.33.20.87:8888 i…
Alaoui Ghita
  • 1,859
  • 4
  • 22
  • 26
0
votes
0 answers

C# WebClient with WebProxy returns a 400 error

I have a WebClient that works fine without the proxy, however I need to utilize the proxy (requirement - so please understand it is required). The problem is when I use the proxy I am getting a 400 Bad Request Response. Basic Code is as follows, any…
Ken
  • 2,518
  • 2
  • 27
  • 35
0
votes
0 answers

Web proxy vs requests to Google Realtime Database

I have an iOS app which uses Google Realtime Database to store some user data there. How secure are requests to Google Realtime Database? I mean, is it possible to put the traffic from my app to Google servers into a web proxy like Charles or…
Andrey Solovyov
  • 551
  • 7
  • 21
0
votes
0 answers

Connect to Azure Storage blob Behind Proxy: The proxy tunnel request to proxy 'http://ipaddress:port/' failed with status code '407'

Follow code available on Microsoft documentation portal but what if I want add the proxy to it? I'm using .NET Core 6+ string blobstorageconnection = pConfig.AzuerBlobStorageConnectionString; CloudStorageAccount cloudStorageAccount =…
0
votes
0 answers

Setting WebProxy when using NServiceBus + Azure Servicebus

I am currently writing a couple .NET core of applications using NServiceBus with AzureServiceBusTransport, but I cannot find any way of configuring it with a WebProxy. When using Azure Servicebus directly we have the configuration option available…
davide
  • 1
  • 1