Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

11
votes
2answers
474 views

Advantages of a reverse proxy in front of Node.JS

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, not ...
5
votes
6answers
461 views

how to build local web proxy without configuring the browsers

how does netnanny or k9 Web Protection setup web proxy without configure the browsers ? how can it be done ?
4
votes
1answer
116 views

Best practices for URL retrieval service? How to avoid being attack vector?

I'm tinkering with a web tool that, given a URL, will retrieve the text and give the user some statistics on the content. I'm worried that giving users a way to initiate a GET request from my box to ...
3
votes
2answers
525 views

Consume restful webservice through web proxy

I'm trying to consume a restful webservice in java using the Apache Wink framework through my school web proxy requiring authentification ClientConfig clientConfig = new ClientConfig(); ...
0
votes
0answers
26 views

ASPNET MySQL Data and Internet proxy

I know that exists the WebProxy Class and also know that works with HttpRequests. But I can't (I don't know how to) connect to a MySQL server. // WebProxy(string host, int port); WebProxy proxy = new ...
0
votes
1answer
3k views

Error creating Web proxy

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 ...