I am trying to make a GET request but when I try to pick up the url it cuts it in half like this:
This is the request
http://mydomain.dev/getdata?id=22232&t=1&url=http://www.example.com/Public/AView.aspx?RemoteId=3CB0CDA14-C8BC-44E3-A1B1-8E389ER3B07&PublisherG=ed4fe6d2-4543-42d4-a51c-c1cfcbcc1b3a
And here is what i get if i echo Input::get('url');
http://www.example.com/Public/AView.aspx?RemoteId=3CB0CDA14-C8BC-44E3-A1B1-8E389ER3B07
Why is this?
If it's to any help i'm using laravel 5.2