webproxy Questions
1
I have iOS app in which I have WKWebview. Used for loading HTML from remote URL. I get the error in log
[Process] 0x1550bfe18 - [pageProxyID=42, webPageID=43, PID=1902] WebPageProxy::didFailProvisi...
5
Solved
How can I set the HTTP proxy programmatically, on a WCF client, without using the default proxy?
Proxies, proxies, proxies.
According to the WCF model of development, I generate client-side "pr...
8
Solved
How to configure SSL certificates with Charles Web Proxy and the latest Android Emulator on Windows?
I would like to use Charles web proxy to work with the Android emulator in Windows. I've successfully set up charles and have started the emulator with the command line:
emulator -http-proxy 127.0...
Proctology asked 20/10, 2010 at 10:11
2
Environment: MAC Proc
I have looked at HTTP Traffic monitoring issue when using MonoTouch, HttpClient and Charles Proxy.
Although my question is similar to it, my application is using RestTemplat...
Longdrawn asked 26/10, 2015 at 0:11
3
Solved
What are the advantages of having nginx or another web-server running as a reverse-proxy in front of the Node.JS? What does it provide?
(This question is intended for matters concerning web-apps, ...
Aeromechanics asked 20/7, 2011 at 14:32
3
What is the available implementation of the System.Net.IWebProxy (from System.Net.Primitives, DNX Core)? By application requirement, the only framework can be used in dnxcore50, so what is the righ...
0
I'm trying to make HTTP requests via a WebProxy in a .net core 2.0 web application. The code I've got works fine in .net framework so I know (believe) its not an environmental issue. I've also trie...
That asked 18/12, 2017 at 18:15
7
Solved
How does Netnanny or k9 Web Protection setup web proxy without configuring the browsers?
How can it be done?
Deathblow asked 6/1, 2011 at 12:21
4
I have a CLR enabled .NET app that accesses a webservice and writes an xml file to a webserver for a SQLServer SSIS package to digest. Everything works fine on the development servers, but the prod...
2
I am trying to call a webservice. I need to use a proxy that uses a WPAD script. The URL to this WPAD script is different for different deployments of the application.
Although IE has the correct ...
2
My question comes from an issue I discovered on a corporate network. I'm developing with Windows 8 so in my case IE10 is set to automatically detect proxy settings.
In my C# app I use System.Net....
Average asked 27/9, 2012 at 21:21
4
I am designing a website using ember and express over node. Its running in a server, say: SERVER_1.
I have few webservices running in another server, say: SERVER_2.
That is:
website in SERVER_...
Reservation asked 2/12, 2013 at 7:56
2
Solved
I'm trying to make a HTTP request through an open SOCKS5 proxy. I have verified that the proxy works by setting it as a proxy for Firefox before setting it as the proxy in my C#.Net application by ...
Ablate asked 4/10, 2010 at 12:20
3
Solved
I use the following code to obtaing html data from the internet:
WebProxy p = new WebProxy("localproxyIP:8080", true);
p.Credentials = new NetworkCredential("domain\\user", "password");
WebRequest...
Tunstall asked 22/10, 2012 at 9:58
2
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 awes...
Threephase asked 9/3, 2013 at 11:35
1
Solved
Suppose I have a asp.net mvc 3 application with an interface named /getdata, different users connect to the server by my PC client software and get private data using this interface. Different user...
Levitan asked 15/1, 2013 at 2:36
1
Solved
I am trying to make Fiddler work with RestSharp witch uses System.Http.WebProxy, so I want it to be set to localhost:8888 or 127.0.0.1:8888
Here is the code:
var webProxy = new WebProxy(new Uri(&q...
1
I am using a RestEasy ProxyFactory to connecting to a REST service. However I need to connect via a web proxy. How do I specify the proxy connection details?
At the moment I am creating the instan...
4
Solved
I'm trying to parse a WSDL file which is in another server but has hard codded "localhost" all over the document.
When I fetch it, obviously the program complains "connection refused" because not...
Ong asked 12/6, 2009 at 22:7
1
© 2022 - 2024 — McMap. All rights reserved.