Questions tagged [request]

103 questions
0
votes
1 answer

Htaccess file redirect to certain web page according to requested domain

I will put it as simple as I can. I really need your help, so one of the domains let's say example1.com is set to point to real_domain.com, basically what happens is when you type into your browser example1.com it will redirect you to…
Matija
  • 101
  • 2
0
votes
1 answer

Nginx: Parameter not taken into account on a specific link structure

I have WP installed on my VPS (with nginx 1.3.12 and php5-fpm 5.4.11). The first page of search results (/?s=test) is loaded properly, but /page/2/?s=test displays the same content of /page/2/ (so ?s=test isn't taken into account). It's probably…
MultiformeIngegno
  • 1,627
  • 9
  • 24
  • 31
0
votes
1 answer

HTTPS request to a specific load-balanced virtual host (using Shibboleth for SSO)?

In one environment, we have three servers load balanced that have a single Tomcat instance on each, fronted by two different Apache virtual hosts. Each of those two virtual hosts (served by all three servers) has its own different load balancer.…
Gary S. Weaver
  • 113
  • 2
  • 10
0
votes
3 answers

How do get the 'response time' à lá pingdom,etc?

I just received this report from pingdom: Ans was wondering how do they know the 'response time' information regarding the site. The GET request does not give that information.
donald
  • 453
  • 1
  • 6
  • 17
0
votes
1 answer

Proxy+PHP: filter and process specific proxied requests and responses with PHP scripts

I need to configure a proxy on a machine A in a network X. Then I need to connect a client (smartphone) on this same network X but having the proxy configuration as the one prepared on the machine A. So basically, the smartphone is going to pass…
Lightworker
  • 173
  • 1
  • 1
  • 7
0
votes
2 answers

Strange request - http://66.196.81.202/error/vote

Hi a friend of mine is asking about the request which can for example be found here: http://www.geoidee.ch/geodata/geoserver-2.0.0/logs/2010_11_23.request.log His original message: On a couple of hundred web sites worldwide, one of the 50 most…
mplungjan
  • 101
  • 4
0
votes
2 answers

Firewall level request duplication

I'm trying to duplicate incoming HTTP requests such that one copy goes to an IIS server that will serve responses back to the client while the other copy goes to another server for further processing and offline research purposes. Both servers are…
0
votes
1 answer

OPTIONS request vs GET in Ajax

I have a PHP/javascript app that queries and returns info using an ajax request. On every server I've used so far, this works as expected, passing an Ajax GET request to the server and returning json data. On a new install, the query fails and…
user41172
  • 145
  • 2
  • 5
0
votes
2 answers

Look through Apache Requests

is there any way to grab REQUEST variables as well as other apache information for each request processed? This would especially be handy through a load balancer and proxy as well in order to track each step of the process to an end web server.
ty91011
  • 1
  • 1
0
votes
1 answer

How can be filtered an HTTP request by number of parameters

I'm facing a really weird problem which I haven't seen. Right now I have some web applications offered through an Apache HTTP. It happens that some HTTP request are denied by something in between the server and the client. It doesn't matter whether…
Alfabravo
  • 302
  • 5
  • 19
0
votes
1 answer

Apache expands REQUEST_FILENAME with filetype

I have a .htaccess fil on a Apache22 server. RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.+)$ /index.php?p=$1 [L] The idea is when the request is /testpage it should be…
0
votes
2 answers

Restricting web requests to a particular domain or subfolder

Is it possible to setup a website so that it only accepts requests from one particular domain / subfolder? If so, how is this done?
tthcrv1
0
votes
0 answers

Long loading of Dynamics CRM API requests

Right now have on premise Dynamics CRM installed. When accessing over internal network everything works good. When accessing over external network, the same page results for api requests are showing in the same time but loading stops only after 2…
0
votes
0 answers

Cloud platforms CDN: is it possible to make specific API request going through CDN caching?

I have encountered many Apps that has a server-side handler with the following features: (1) The App makes "pictures, musics" that needs to be downloaded going through a CDN caching network and therefore the URL to access for example a.jpg will be…
cr001
  • 185
  • 1
  • 7
0
votes
0 answers

How to check in what request-response mode my HAProxy is operating in?

I have read that Load balancers/reverse proxies usually have 2 operation modes. In the first one, the requests from the clients are forward to one of the backends as is if they come directly from the source. Is this case the LB only redirects the…
Himanshuman
  • 111
  • 5