falco icon indicating copy to clipboard operation
falco copied to clipboard

Fix setup of query string when setting bereq.url

Open richardmarshall opened this issue 11 months ago • 0 comments

When setting bereq.url the query string portion of the updated url is lost.

For example the result of the following set statement:

set bereq.url = "/foo?bar=baz";

Will be:

/foo

This PR updates the set logic to match req.url.

richardmarshall avatar Apr 02 '24 15:04 richardmarshall