@midas1989 wrote:
Hello all
I have a http frontend which goes via URL to a certain backend.
Now I want to achieve that the backend only takes a certain number of clients and otherwise redirects to the next one or displays an error status page.
So far I only found how to forward the new requests to the next server with a certain number of connections.
But it can be that several clients arrive over the same source ip. Therefore you would have to split the requests based on header or cookie
Can I get some help here?
Best regards
Posts: 1
Participants: 1