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,830 public repositories matching this topic...
-
Updated
Aug 24, 2021 - C
Checklist
- Dependencies installed
- No typos
- Searched existing issues and docs
Issue Description
When using the RateLimiter Middleware with a rate between 0 and 1 all events will be rejected instead of applying the specified rate. E.g.: e.Use(middleware.RateLimiter(middleware.NewRateLimiterMemoryStore(0.5)))
I am not saying that it is a common use case to have
-
Updated
Jul 13, 2021 - Go
-
Updated
Aug 22, 2021 - Java
Feature request
Feature description
The generated and installed config files permission are too open, any user logined on the system can read and write them. So i suggest append a chmod
command into Extract tar step to keep config files more safty.
How the feature is useful
-
Updated
Aug 18, 2021 - Shell
-
Updated
Aug 23, 2021 - TypeScript
-
Updated
Mar 5, 2021 - JavaScript
-
Updated
May 29, 2021 - Erlang
-
Updated
Aug 23, 2021 - C++
-
Updated
Jul 2, 2021 - Java
-
Updated
Aug 16, 2021 - Go
-
Updated
Aug 24, 2021 - JavaScript
-
Updated
Aug 24, 2021 - Java
-
Updated
Apr 27, 2020 - Java
-
Updated
Aug 21, 2021 - C
-
Updated
Aug 1, 2021 - Kotlin
-
Updated
Mar 13, 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
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
Aug 12, 2021
Rewrite Host header
It should allow rewriting http Host
header like ngrok does with param -host-header=example.com
I’m trying to script setup and configuration of caddy server based on a custom download that includes additional plugins (caddy-auth-portal, caddy-auth-jwt, caddy-trace, and various caddy-dns modules ).
During setup, the caddy unit file is configured to run caddy as a non priveledged user (by design).
To get certificates configured properly we are attempting to use the caddy trust command