Skip to content

UriInterface compatibility for REQUEST_URI

Choose a tag to compare

@g105b g105b released this 28 Mar 15:53
· 76 commits to master since this release
85f86e2

The $_SERVER["REQUEST_URI"] value is now mapped with greater compatibility to Server::getRequestUri() by breaking down each parsed part of the URI, meaning you can now get access to the scheme, host, port, path and query string parts individually.