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,523 public repositories matching this topic...
-
Updated
Sep 29, 2020 - C
-
Updated
Sep 17, 2020 - Go
-
Updated
Sep 8, 2020 - Java
-
Updated
Aug 22, 2020 - Go
-
Updated
Sep 10, 2020 - Shell
Thanks for this amazing tool!
The issue is as following:
If there are two virtual hosts (Server blocks) serving two host names or subdomains:
sd1.domain.com
sd2.domain.com
When the configuration is generated using the nginxconfig and if HTTP to HTTPS redirect is enabled following server block gets generated for each host:
--- For virtual host 1
# HTTP redirect
server {
-
Updated
Sep 4, 2020 - JavaScript
-
Updated
Sep 20, 2020 - TypeScript
-
Updated
Sep 11, 2020 - Erlang
-
Updated
Aug 22, 2020 - Java
-
Updated
Sep 29, 2020 - C++
-
Updated
Sep 17, 2020 - Go
-
Updated
Sep 29, 2020 - Java
This list is based on a list at https://cryptositeslist.com/. Number in parentheses indicates the Alexa rank of a domain.
Alexa top 1M
- iqoption.com (161) #19236
- investing.com (290) #19235
- bitfun.co (1329)
- binance.com (1499)
- cointelegraph.com (2019)
- freebitco.in (2161)
- zb.com (2511)
- okex.com (3744)
- robinhood.com (4121)
- me
-
Updated
Apr 27, 2020 - Java
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
Jul 17, 2020 - Shell
-
Updated
Sep 15, 2020 - JavaScript
-
Updated
Sep 28, 2020 - C
-
Updated
Sep 5, 2020 - Go
-
Updated
Sep 10, 2020 - Go
currently "option forwardfor" cant't be unset, so there is no way to enable it in the default section and disable it in a particular frontend
See the discussion here: https://caddy.community/t/v2-http-handlers-templates-functions-in-file-server-browse-template/9214
The
file_serverdirective has abrowseoption which enables a directory index to be served when a directory is requested. By default, this index is rendered using a template which can be [found in the cod