Skip to main content

Questions tagged [http]

HTTP stands for Hyper Text Transfer Protocol and is the protocol used to transfer information around the World Wide Web.

0 votes
0 answers
24 views

Why TCP connection disconnected?

I have two hosts: a client and a server. The client is syncing data to another; it suddenly has an error: java.net.SocketTimeoutException: timeout. It seems like a read timeout. Client config: return ...
dengzixin's user avatar
0 votes
0 answers
30 views

Azure silently drops http response after 5 minutes

I have a public test-web server that returns http response after 10 minutes (Pretending to do some work for 10 minutes). Then I have a simple Powershell script that sends a GET message to the web ...
Andreas's user avatar
  • 309
0 votes
1 answer
50 views

How to writting /etc/hosts file to assign domain with fixed ip for multiple network interface?

I have many tasks with need to post/get http requests with a host, fstream.binance.com. This url mapped to many phyical server, each has it own ip, for example. nslookup fstream.binance.com Server: ...
kevin h's user avatar
0 votes
0 answers
37 views

Are "The Web" and "Netflix" two separate applications at the application layer? [closed]

It is important to distinguish between network applications and application-layer protocols. An application-layer protocol is only one piece of a network application (albeit, a very important piece ...
tryingtobeastoic's user avatar
0 votes
1 answer
23 views

How can I insure that http requests to server get routed to https. Troubleshooting domain and server

I have a domain myfunkyserver.com (not the real name). The domain is supposed to send the connection to a VPS located in godaddy's data centers. The server is running nginx on alma linux, and has ...
chrisroode's user avatar
0 votes
0 answers
27 views

Reverse proxy to container is looking for static files outside of the container

I have a website running through a docker container, and I've created a VirtualHost in the host's that is doing a reverse proxy to it, it looks something like this: <VirtualHost *:80> ...
ggahni's user avatar
  • 1
-2 votes
0 answers
25 views

Websphere application server HTTP request size limit [duplicate]

This question: How to increase the size of HTTP Post Request in Websphere Discusses how to increase the size of the HTTP post request in a Websphere web server. I am using an application server. ...
simonalexander2005's user avatar
0 votes
0 answers
36 views

HTTP server is not responding From Outside although firewall is inactive

I have a VPS which has Ubuntu 20.04. When I request the server from inside(when I have active shell) using http -vv GET http://216.10.242.221 it gives proper response. But when I request from outside (...
Soham Jobanputra's user avatar
0 votes
1 answer
102 views

configure SSL for webserver on last stage of the network

I made a simple network with a webserver on the 8080 port (http-only). As the diagram, I need to use http only on this webserver and configure SSL on the next stage, which is a Linux pc. Please let me ...
Rusma Velayati's user avatar
-1 votes
1 answer
41 views

The TCP connection is always reset while transmitting a 6M file

I have a web server, which allows user to upload or download files through HTTP requests. Internet Internet loopback interface LAN ...
Yves's user avatar
  • 115
0 votes
0 answers
19 views

Java Jersey Client to Server Multipart POST Request Results in HTTP 415 Unsupported Media Type

I'm working with two Java containers where the first container (Client) sends a list of images to a service exposed by the second container (Server) using a multipart POST request. However, the server ...
El_Merendero's user avatar
1 vote
2 answers
43 views

Apache optionally enable ssl if cert file present

I have a containerized apache setup that needs to optionally enable SSL if the cert file was mapped in. I have this working for the case of when the cert files are mapped in, but struggling with the ...
Snappawapa's user avatar
0 votes
0 answers
47 views

Invalid HTTP_HOST even after setting nginx default_server block

I have a Django server that has entries like ALLOWED_HOSTS = ['example.domain.com']. In my nginx config, under sites-available, I have a bunch of sites listed, all listening on different servers like ...
lessness's user avatar
0 votes
1 answer
53 views

Nginx config to display files using file server

Nginx config to display files using file server I want to display two mount points using nginx and they should be password protected. What will be the config. /data and /reserv - i need to display on ...
Rajesh Yidi's user avatar
0 votes
0 answers
422 views

nginx error - (2: No such file or directory) when making req through frontend

In an ubuntu server I have two versions of a node.js + express & reactjs app , one for test and another for prod. Their path is something like (sorry for the bad representation. Tell me if you ...
JhonesJGL's user avatar

15 30 50 per page
1
2 3 4 5
151