Skip to main content

Questions tagged [browser]

1 vote
1 answer
316 views

If I have example.com in my DNS suffix search list and I open a browser and type www then the browser will talk to the OS which will talk to DNS; if www fails to resolve, my OS will append the items ...
JohnLBevan's user avatar
  • 1,408
5 votes
2 answers
4k views

Background IETF RFC 9460 defines SVCB and HTTPS DNS resource record (RR) which can be used to upgrade connections to HTTPS and also specify the application-layer protocols that are supported (ALPN). ...
Daniel's user avatar
  • 215
1 vote
1 answer
62 views

I'm using an HTTP meta-refresh to execute a script multiple times. After 100 refreshes, the browser stalls. According to devtools, the browser doesn't even complete an initial connection to the server....
user97089's user avatar
  • 111
0 votes
2 answers
236 views

Following what's described here --- https://httpd.apache.org/docs/2.4/howto/cgi.html --- I've created a tiny Perl document: #!/usr/bin/perl print "Content-Type: text/html; charset=utf-8\n\n";...
John's user avatar
  • 103
1 vote
0 answers
167 views

In a corporate setting there are Windows Group Policies restricting the use of FIDO Platform authenticators (e.g. Windows Hello (for Business) on Microsoft Windows devices) Using the ...
kmindi's user avatar
  • 1,511
8 votes
3 answers
2k views

Issuers of SSL certificates usually provide documentation of what minimum versions of OSes and browsers are supported by their solutions. Examples: Cloudflare Let's Encrypt However, I was not able ...
Greg Dubicki's user avatar
  • 1,415
0 votes
1 answer
112 views

I've created a virtual apache Server to host an old wordpress, everything went fine untill I tried to access the page via the domain on the browser. When accessing the domain on the browser instead of ...
arctumn's user avatar
1 vote
1 answer
412 views

Hello I have a weird problem when browsing to my selfhosted Website: when I browse to my VPS Domain (which should proxy it to my homeproxy (nginx) and then to home webserver1) on Edge/Chrome/Firefox/...
manu1337's user avatar
0 votes
1 answer
501 views

I have a setup with a NFS server sharing the /home directory with some clients. Randomly, those clients are not able to open any browser (firefox, chrome, vscode [which is browser based]). I have not ...
iluvatar's user avatar
  • 101