Love Fuel?    Donate

FuelPHP Forums

Ask your question about FuelPHP in the appropriate forum, or help others by answering their questions.
Uri::string() / uri_filter
  • Uri::string() give the URI after config security.uri_filter has been applied to it. Is it possible to get the original URI that was used to open a page?

    Thanks, Chris
  • HarroHarro
    Accepted Answer
    $_SERVER['REQUEST_URI'] ?

    Or actually Input::server('request_uri')...
  • Thanks Harro, Input::server('request_uri') works a treat, I shall remember that.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion