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 2,004 public repositories matching this topic...
-
Updated
Mar 10, 2022 - 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
Mar 4, 2022 - Go
-
Updated
Mar 2, 2022 - Java
Sorry for not following the template. It's a straightforward question.
By enabling "WordPress-specific rules", the following codes will be added to the wordpress.conf:
# WordPress: deny general stuff
location ~* ^/(?:xmlrpc\.php|wp-links-opml\.php|wp-config\.php|wp-config-sample\.php|readme\.html|license\.txt)$ {
deny all;
}
However, this disables xmlrpc feature, which disa
-
Updated
Oct 20, 2021 - Shell
-
Updated
Mar 7, 2022 - TypeScript
-
Updated
Mar 5, 2021 - JavaScript
-
Updated
Mar 8, 2022 - C++
-
Updated
Jan 26, 2022 - Erlang
-
Updated
Mar 7, 2022 - Java
-
Updated
Mar 7, 2022 - Go
-
Updated
Mar 10, 2022 - C
-
Updated
Mar 10, 2022 - Java
-
Updated
Mar 9, 2022 - JavaScript
-
Updated
Apr 27, 2020 - Java
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
Jan 29, 2022 - Kotlin
-
Updated
Mar 13, 2021 - Shell
-
Updated
Nov 25, 2021
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
Context: https://caddy.community/t/including-files-scripts/15050/4
Right now, the
templates
module is inflexible in that only functions the functions registered by Caddy itself are available.A good refactor would be to make it possible to pass an optional array of modules in the
http.handlers.templates.functions.*
namespace which get invoked atProvision()
time to register additional