-
Updated
Dec 17, 2021 - Go
http-proxy
Here are 548 public repositories matching this topic...
-
Updated
Dec 27, 2021 - Go
-
Updated
Dec 24, 2021 - Go
-
Updated
Dec 24, 2021 - TypeScript
-
Updated
Dec 20, 2021 - Rust
See release notes for Envoy 1.20.0: https://www.envoyproxy.io/docs/envoy/v1.20.0/version_history/current
http: the HeaderMatcher fields exact_match, safe_regex_match, prefix_match, suffix_match and contains_match are deprecated by string_match.
The wrinkle here is that string_match was added in Envoy 1.20.0 and does not exist in 1.19.x so we cannot use this field as soon as we
-
Updated
Dec 14, 2021 - PHP
-
Updated
Oct 4, 2021 - Python
-
Updated
Feb 6, 2021 - JavaScript
-
Updated
Dec 23, 2021 - Go
-
Updated
Dec 15, 2021 - TypeScript
-
Updated
Dec 24, 2021 - C
-
Updated
Dec 25, 2021 - Go
Describe the bug
DOES NOT WORK
proxy.Proxy(plugins=["...", "...",]) will not result in discovering custom flags defined in the external plugins.
FOLLOWING 2 SCENARIO WORKS
proxy.Plugin(*("--plugin", "...", "--plugin", "..."))
or
proxy --plugin ....
FIX
args.plugins must be resolved prior to calling Flags.parse for custom flag discovery.
-
Updated
Sep 10, 2020 - Go
-
Updated
Dec 26, 2021 - Rust
-
Updated
Nov 13, 2021 - Go
-
Updated
Jun 3, 2021 - JavaScript
-
Updated
Dec 24, 2021 - Go
-
Updated
Sep 2, 2020 - Go
-
Updated
Dec 25, 2021 - Go
-
Updated
Feb 28, 2021 - Ruby
-
Updated
Oct 18, 2021 - Shell
-
Updated
Jul 24, 2021 - Shell
-
Updated
Dec 26, 2021 - C#
-
Updated
Jun 19, 2020 - Go
-
Updated
Dec 15, 2021 - JavaScript
-
Updated
Dec 11, 2020 - Java
-
Updated
Dec 21, 2021 - Go
Improve this page
Add a description, image, and links to the http-proxy topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the http-proxy topic, visit your repo's landing page and select "manage topics."
Task
Currently, We use the AES algorithm to encrypt the password and provide the password back to the front end. I think It's not safe.
I suggest the following optimization: