Skip to content
#

load-balancer

Here are 808 public repositories matching this topic...

aniaan
aniaan commented Mar 11, 2022

Is your feature request related to a problem? Please describe.

This is the logic currently implemented in the main branch:

If headers criteria are configured, a request is filtered in if it matches both headers and urls. If headers criteria are NOT configured, the probability options are used.

Describe the solution you'd like

I want to take the URL check when no header is

good first issue help wanted go
haproxy
wtarreau
wtarreau commented Mar 23, 2022

Your Feature Request

Some applications are not case-sensitive on the URL parameters, and may look for arguments presented under any fantasist format. One could argue that we could turn the complete string to lower case before performing the lookup, but that would also change the values, which is not desired. A better approach would be to improve url_param, urlp, and urlp_val() to take a

type: feature good first issue
akaxb
akaxb commented Dec 10, 2020

Describe the bug

A clear and concise description of the bug.
when my asp.net core 3.1 app host in IIS, the url console is 127.0.0.1,so,when i have Multiple instances,the instances name will be the same,such as 127.0.0.1:svaname:port,eureka server think they are a single instance.
i print the console in source code:
![image](https://user-images.githubusercontent.com/6300834/101754289-8ad92

Type/bug help wanted good first issue Component/Discovery
dshackle
splix
splix commented Dec 31, 2021

Sometimes an upstream may return an error with HTML. For example public upstreams.

Right now Dshakle produces the following log:

 WARN  |       ResponseParser | Failed to parse JSON from upstream: Unexpected character ('<' (code 60)): expected a valid value (JSON String, Number, Array, Object or token 'null', 'true' or 'false')
 at [Source: (byte[])"
        <!DOCTYPE html PUBLIC "-//W
good first issue

Improve this page

Add a description, image, and links to the load-balancer topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the load-balancer topic, visit your repo's landing page and select "manage topics."

Learn more