proxy-server
How to design a simple proxy server that reads configuration files and blocks some websites?
Hi i was thinking to build simple proxy server for my flat so that our flatmates are not spending hours and hours downloading stuff, streaming on youtube and eating all the bandwidth. How am i going t[详细]
2023-03-29 04:03 分类:问答Blocking automated spam bots via htaccess or PHP?
What there be a performance hit when I add this to my .htaccess file: HOWTO stop automated spam-bots using .htaccess[详细]
2023-03-27 18:00 分类:问答How to use APJP with ISA Server
I was una开发者_StackOverflow社区ble to use APJP beside with ISA server Entering values for APJP_HTTP_PROXY_SERVER_ADDRESS in the APJP.properties did not solve the problem.I think ISA server uses NTL[详细]
2023-03-27 05:22 分类:问答How can I run an Azure powershell cmdlet through a proxy server with credentials?
When I run the following Powershell cmdlet (from the Azure Management Tools Snapin): get-osversions -subscriptionId **** -certificate (get-item cert:\\CurrentUser\\MY\\******)[详细]
2023-03-22 22:53 分类:问答forcing all http requests to follow system proxy configuration
I am working with a ruby application that uses some loosely coupled modules that interface with a web service. These modules use net::http module of ruby for network communication. But the original co[详细]
2023-03-21 00:00 分类:问答Create a custom proxy server app
A friend of mine asked me this, and I had not much of an idea about it. So, here I am asking you: A custom application that works like a proxy server(not the complete version of it), i.e The app allo[详细]
2023-03-04 07:37 分类:问答How shall i build up my own proxy server? [closed]
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.[详细]
2023-02-20 04:14 分类:问答Trying to write a proxy server. Content Length MANAGEMENT problem
I am trying to write a proxy server in C language under Linux. It was working fine (I had the perception that it was working fine) until I tried it for streaming media.[详细]
2023-02-13 16:14 分类:问答HTTP Connect via NTLM authenticating proxy server
I am trying to write Connect calls via a NTLM authenticating proxy server. I open a socket to the proxy server and send it a “CONNECT x.x.x.49:80 HTTP/1.1\\r\\n\\r\\n”. I expect this to fail as it i[详细]
2023-02-08 03:22 分类:问答Best Practice for Handling AJAX requests from website to API provider
So, I implemented 开发者_运维技巧an API provider to be accessed by both web application and mobile applications.[详细]
2023-02-07 02:32 分类:问答