Questions tagged [http]
HTTP Stands for "Hyper Text Transfer Protocol", and is the protocol that applications use to access documents/webpages/data from the world wide web.
319 questions
0 votes
0 answers
23 views
How to configure HTTP pages and kerberos?
We have hadoop running and database guys want to have kerberos between folk and the service UIs for HDFS, HIVE, etc. Even after implementing some changes in firefox:- network.negotiate-auth.trusted-...
0 votes
1 answer
46 views
The website Reddit shows a webpage if you attempt to open an image URL, how do they achieve this?
The default behaviour when right-clicking and choosing "open image in new tab" is that your browser will open the image file in a new tab. But the website Reddit doesn't do this, instead it ...
2 votes
2 answers
74 views
Should I return 4xx or 5xx when an AI model is not able to generate content based on a user's input?
I am currently working on a project where a user uploads images of their clothing and a Large Language Model will generate a description of the pieces of clothing uploaded. This is just a small part ...
7 votes
3 answers
3k views
The Internet Archive's Wayback Machine thinks all my Web site's pages are unreachable: why?
The Internet Archive experienced an attack roughly a month ago and brought all its services offline. Roughly last week, they brought the Wayback Machine's “save page now” service back online. I have ...
0 votes
1 answer
456 views
Enforcing HTTP/1.1 and up on apache
Seeing that most people use HTTP/2.0 or HTTP/3, I thought of making changes to apache so it refuses connections to those using HTTP/1.0 or lower. Before suggesting mod_rewrite, I want to apply ...
0 votes
1 answer
35 views
Condensing HTTP headers and maintaining security
When serving the majority of my HTTPS pages, I have these HTTP headers included in the response (to the browser): X-Frame-Options: SAMEORIGIN X-Content-Type-Options: nosniff Strict-Transport-Security: ...
3 votes
3 answers
1k views
prefer (don't force) https but allow http on Linux (html, or wordpress)
So I have 2 websites with https/ssl working fine, but on some browsers typing a url without a protocol defaults to using http, despite them supporting https. I want clients to be redirected to https ...
1 vote
1 answer
210 views
Forcing HTTP error 421 on all HTTP2 requests
I have Apache 2.4 setup on my server serving webpages with the HTTP 1.1 protocol. The system is currently not ready to handle HTTP2 (please dont ask why). When reviewing server logs, I saw a few of ...
1 vote
1 answer
90 views
setting custom HTTP header based on HTTP error code (Apache 2.4)
I can't figure this out. I'm trying to create an apache configuration applicable to all domains hosted on the same box so that if a request to any url returns an error-based code to the client (like ...
0 votes
1 answer
432 views
Google sites has security certificate for the www subdomain but not for the domain apex
I have a Google site and an HTTP domain. I was told I did not need SSL because Google Sites implements their own. The problem is every URL (www.example.com, example.com, HTTP://WWW.example.com, HTTPS:/...
1 vote
1 answer
45 views
Does HSTS includeSubdomains also include other ports on the subdomains?
Context I have a web application (SPA) that uses a http api at a subdomain and also a websocket server on a different port of the api domain. Example: https://example.com/ the web application https:/...
0 votes
0 answers
51 views
my ip and my domain showing different result
Hello there I am trying access my website through domain I am using a VPS and A domain in different websites but when I try to access my domain it access successfully but some time it show nginx on ...
2 votes
1 answer
310 views
.htaccess redirect from HTTP to HTTPS and add canonical
I am having a few problems with Google search console not validating any of my self hosted WordPress blog pages and I have tracked it down to (I think!) a redirect from HTTP to HTTPS. This is my ....
1 vote
1 answer
95 views
Moving from HTTP to HTTPS in Google Search Console (October 2023)
In Google Search Console I have previously created property with HTTP protocol and indexed my site. Now I have full 301 redirect from HTTP to HTTPS for my site with just couple of pages. Have ROBOTS....
8 votes
3 answers
28k views
Forwarding a GoDaddy domain, but HTTPS requests are not forwarding
I'm working through my first attempt at domain forwarding, and it should be simple, but I'm running into difficulty with HTTPS requests. Part of this is I'm working with a friend who has an old web ...