Questions tagged [request]

103 questions
0
votes
0 answers

Node.js: Bad gateway on HTTPS server (unable to get the server's files?)

So, I have a Node.js server on render.com. It has only 2 files (server.js and index.html). But, when I load myservername.onrender.com/index.html, the request for file index.html fails and throws 502 Bad Gateway. server.js contains this: const http =…
0
votes
0 answers

Massive issues with throughput from some client systems, but not when additionally using a VPN

I occasionally experience massive performance issues accessing one of my systems via network (internet). I tried to narrow down the cause of the issue, actually made some progress, but I fail to proceed since I simply do not have much knowledge…
arkascha
  • 168
  • 1
  • 8
0
votes
0 answers

OSError: -2, File "urequests.py", line 76, in request

I am working with Pi Pico W, it s already connected with Wi-Fi, can see the ifconfig() output. Furthermore , I am using this urequests code from https://github.com/micropython/micropython-lib/blob/master/python-ecosys/urequests/urequests.py, in…
R. Baraiya
  • 101
  • 1
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

How to redirect to /index.php?/Test/ in nginx?

I have a nginx server. I want to redirect /index.php?/Test/ request to another server. I tried many example but I don't successfully. I used example: location / { if ( $query_string = "/Ajax/" ) { return 301…
0
votes
1 answer

How to access X-Forwarded-For header on HAProxy behind AWS Loadbalancer

On HAProxy instances running on K8S I need to block certain IP addresses manually on HAProxy. Currently I am failing already to log them. Per the AWS docs the loadbalancers set the X-Forwarded-For request header and fill in the clients IP…
Jason Nerer
  • 85
  • 2
  • 5
0
votes
1 answer

Haproxy monitor request response codes

Is there a way to monitor Haproxy response stats in the Browser. For example curl -x 127.0.0.1:4444 http://ifconfig.me —>response 200 Is there a way to monitor the request response codes in the build in stats feature of haproxy? [enter image…
0
votes
0 answers

Sometimes POST request from client to backend does not contain body

We run 2 different apps on Heroku. Both have an API written with PHP and Symfony and run through an Apache. One of the frontend clients is written with Vue the other with Angular. In the API we serialize command and query objects from the POST body.…
0
votes
1 answer

Apache web server proxy pass and get original request server name in destination

Good day, I have the flow as follow: (public ip) 192.168.0.142 --> (192.168.111.66) web server --> (192.168.1.199) java web app server In my 192.168.111.66 Apache web server, I have configure the following in my httpd.conf: ProxyPass "/image.web"…
-1
votes
1 answer

Mikrotik: Add HTTP Header Parameter to Requests

I want to add a parameter of MikroTik to all HTTP header requests using MikroTik. So all client and servers that connected to the MikroTik can trace the parameter in their HTTP header. How can I achive this?
Vahid
  • 103
  • 1
  • 6
-1
votes
1 answer

Multiple request from a web server

First of all I think this is a common problem, but cannot find a really good solution; We have a web application, some of its request takes more than a minute. In the mean time we should be able to do more job with that application (for instance a…
Harun Baris Bulut
  • 455
  • 1
  • 8
  • 21
-3
votes
1 answer

Request object does not return correct host name

we have hosting for multiple domains and a background redirect algorithm. redirect function is in python and checks: request.host in stead of returning abc.com or xyz.com now host started to return about a couple of hours…
-4
votes
1 answer

Monitor where request come from

I'm looking to monitor where the people who are viewing my site come from in real time, is there a program or a tool that allows me to view a world map and blink where the city or country where the request is coming from?
DanF
  • 281
  • 1
  • 3
1 2 3 4 5 6
7