markhuot / craft-pest

https://craft-pest.com
Other
38 stars 11 forks source link

Remove query string from `_fullUri` #101

Closed bencroker closed 1 year ago

bencroker commented 1 year ago

This PR removes the query string from the _fullUri property, which is in line with how Craft determines the full URI from the full path.

See https://github.com/craftcms/cms/blob/d7641b8f17b55ed8857a45f2aacc818a45f58355/src/web/Request.php#L395

markhuot commented 1 year ago

I'm all for matching Craft. Thanks!