https
HTTP (Hypertext Transfer Protocol) is a request and response protocol used to send a request to a server and receive a response back in the form of a file. HTTP is the basis of data communication for the web. HTTPS is an evolution in HTTP, where the “S” stands for secure socket layer allowing communication in HTTP to be more secure.
Here are 1,670 public repositories matching this topic...
-
Updated
Mar 2, 2021 - C
-
Updated
Mar 1, 2021 - Go
-
Updated
Feb 14, 2021 - Go
-
Updated
Feb 25, 2021 - Java
-
Updated
Feb 15, 2021 - Shell
-
Updated
Mar 1, 2021 - JavaScript
-
Updated
Oct 18, 2020 - JavaScript
-
Updated
Feb 26, 2021 - TypeScript
-
Updated
Feb 13, 2021 - Erlang
-
Updated
Nov 10, 2020 - Java
-
Updated
Feb 18, 2021 - C++
-
Updated
Feb 24, 2021 - Go
This list already excludes the services which use HSTS preloading or are redirected by current rulesets.
Alexa top 1M
- rediff.com (545)
- rackspace.com (1735)
- one.com (2011)
- privateemail.com (2273)
- freenet.de (3403)
- zoho.eu (3504)
- bluewin.ch (9624)
- lilo.org (15533)
- lycos.com (21102)
- goneo.de (35151)
- excite.com (58522
-
Updated
Mar 1, 2021 - Java
-
Updated
Apr 27, 2020 - Java
-
Updated
Feb 22, 2021 - Kotlin
We had an issue where an api user was using the incorrect parameters on an API call. Having this feature would have made the API fail instead of proceeding. The bug would been found earlier.
I can see where this would be a hassle on many cases, But it would be nice for new projects.
I suppose it could be a global config item that could be overridden at the individual action level:
For
-
Updated
Oct 6, 2020 - JavaScript
-
Updated
Feb 28, 2021 - Shell
Currently we have a mix of:
Out of memory error.
Out of memory error
out of memory error
out of memory
out of memory.
out of memory [some context]
All these should be adjusted to use the same wording for consistency and it should also make the executable a little bit smaller
-
Updated
Mar 2, 2021 - C++
Hi,
I saw that there is a perfomance degratation due to a for loop used inside the static func harmlessFunction() declared in CustomSelfAwareHelper struct.
This loop is trying to verify the type with the as? operator (that have a complexity of O(n) ) and try to unwrapp the result in order to call the awake() function.
For a medium-larger project (with likely 20k+ classes) that covers old
-
Updated
Jan 17, 2021 - C
Currently the
install_trust
option for CAs from thepki
module can only be configured via JSON/API.Setting TLS to
internal
with optionon_demand
is easily possible with a Caddyfile and allows for a quick and simple internal setup. Trust store installation on the machine itself is not necessary and only leads to startup errors being logged from bothsudo
andcaddy
.Therefore it w