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,612 public repositories matching this topic...
-
Updated
Jan 4, 2021 - C
-
Updated
Jan 4, 2021 - Go
-
Updated
Dec 30, 2020 - Java
-
Updated
Oct 24, 2020 - Go
-
Updated
Nov 17, 2020 - Shell
-
Updated
Jan 4, 2021 - JavaScript
-
Updated
Oct 18, 2020 - JavaScript
-
Updated
Jan 1, 2021 - TypeScript
-
Updated
Dec 31, 2020 - Erlang
-
Updated
Nov 10, 2020 - Java
-
Updated
Dec 31, 2020 - C++
-
Updated
Jan 4, 2021 - Go
-
Updated
Jan 4, 2021 - Java
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
Apr 27, 2020 - Java
-
Updated
Jan 4, 2021 - Kotlin
Name of Issue
GET request of schema inputs throw error.
Workaround is to use POST or write middleware (example below)
- ActionHero Version:
16.0.5 - Node.js Version:
7.4.0 - Operating System
OSX
Steps to reproduce your error
- Make a new actionhero project with
./node_modules/.bin/actionhero generate
./node_modules/.bin/actionhero generate action --name="schemaTest"
-
Updated
Oct 6, 2020 - JavaScript
-
Updated
Dec 15, 2020 - Shell
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
Currently we have a mix of:
Out of memory error.Out of memory errorout of memory errorout of memoryout 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
Dec 25, 2020 - C++
-
Updated
Dec 20, 2020 - C


I am trying to build a Caddy configuration that can cater to multiple environments (production, staging, local development).
To achieve this, I want to use environment variables for the base host names/urls, via the
{env.*}placeholder. This works great in addresses, route matches and upstream reverse-proxy configuration.Unfortunately, using the same approach does currently not work when