Questions tagged [request]
103 questions
4
votes
2 answers
Apache error - File name too long: Cannot map GET
I have PHP Laravel application installed on my CentOS VPS. It is backend for my mobile application that has been recently updated. Unfortunately I wrote some bad code that results in making request that is concatenation of hundreds, maybe thousands…

Adam Śliwakowski
- 141
- 1
- 2
3
votes
0 answers
How to filter external HTTP requests using on remote host location and GET parameters with Tomcat8?
I have a tomcat 8 web applications server and it has a running application (/app). This /app can be accessed from both internal and external HTTP GET requests but 1 request from external should be filtered and returns error if it is not requested…

Bằng Rikimaru
- 141
- 4
3
votes
1 answer
How do I use Squid to redirect an incomig request to another host?
I'm trying to integrate an internal GitLab installation with a Slack incoming webhook but I have a problem, the machine where GitLab can only access other machines in the same network. I have VM which is in that same network and has external…

rfgamaral
- 960
- 2
- 11
- 18
3
votes
0 answers
Azure ASP.NET website http requests queued
We have a website deployed on Azure that has dreadful performance. When load increases, response times increase to whole minutes! CPU load is not even high, somewhere in the 40% region (we run one medium instance (S2)).
After much debugging (I had…

Razzie
- 173
- 7
3
votes
2 answers
Weird Requests Being Sent to My Server
I have written a server in C# for windows and it works fine. A week back I setup a dynamic domain name with No-Ip.com and now my server serves pages at the address nabeel.ddns.net. I was viewing my server log and i found two strange…

nom
- 151
- 5
3
votes
1 answer
Rails + Nginx + Unicorn increase post data size ( 414 Request-URI Too Large)
I get 414 (Request-URI Too Large) exception on my POST Request while sending bulk date to my server. Is it possible to increase the limit of POST data?
I have done following change in nginx configuration
large_client_header_buffers 8 2024k;
But it…

Sivakumar
- 131
- 4
3
votes
2 answers
Certificate distribution and management
I am planning to setup PKI for our organization as we're fed up with all of these security warnings when using self-signed certs. I want an offline root CA and two issuing CAs and I want to set that up on Linux systems.
How can I easily distribute…

Alex
- 516
- 1
- 7
- 18
3
votes
2 answers
cannot access ssl-secured website on the server side
I am having problems accessing a website, that recentely got SSL-security, on the server side.
Accessing the website like normal is not a problem, but when I try to open the website on the server that hosts it - it simply will not open.
This is…

Levi
- 185
- 1
- 2
- 9
3
votes
1 answer
How does a browser request from CNAME?
Let me put it this way:
1.cname.com has a record of X.X.X.X
www.domain.com has a record of 1.cname.com
When a user request www.domain.com from within his/her browser,his/her browser will send an http request.My question is what is the host name THE…

Steven Jang
- 61
- 1
- 5
2
votes
1 answer
AWS Elastic Load Balancer And 408 Request Timeout
We have a scenario where we are trying to access Openfire admin console behind AWS ELB using https. The http url works fine , but the https does not work, and we see a 408 request timeout error while debugging in the browser. We then went ahead and…

user1525825
- 31
- 2
- 3
2
votes
1 answer
POSTs vanish, arrive as GETs
We were experiencing problems where users would end up at our site with "empty GET requests". By this I mean that they originated on the external site as POST requests with several params, but the browser would only do a simple GET with no params to…

pkauko
- 121
- 3
2
votes
0 answers
What is a good, HTTP[S] proxy that is customizable in Python?
Trying to find a good HTTP proxy that I can customize with Python. Hopefully, this proxy library or application would allow me to add custom plugins for the request / response cycle - particularly a facility to use another proxy (proxy chaining). …

Juan Carlos Coto
- 677
- 2
- 6
- 13
2
votes
1 answer
How should I use a proxy server to access the internet - with custom Python plugins for request processing?
We're trying to understand how to set up a proxy server for our Web application. We need several processes to access the Internet through a proxy server in the internal network. Ideally, we could run custom Python code somewhere inside the proxy -…

Juan Carlos Coto
- 677
- 2
- 6
- 13
2
votes
1 answer
Eucalyptus Walrus Connection Problems
I'm beginning with Eucalyptus, with some S3 and EC2 background. I have an app for which I use a personal library to interface with S3 and store/retrieve files from there. Now I want to make my app compatible with Walrus too.
This is my…

João Pereira
- 121
- 3
2
votes
2 answers
Best way to check out body content of http POST request on linux
I'm using ngrep for checking out http headers, I've never managed to get something transparent out of tcpdump and I don't like GUI apps like wireshark. ngrep is great, but I can't seem to find a way to grep headers of POST requests and content of…

lisak
- 667
- 2
- 7
- 19