Noticed that token information when sent to a 3rd party service in the in format "https://domaindotcom/login/token/blah.blah.blah.blah" works fine when copying and pasting it into the browser. Now, when the same token is sent from a webpage sitting on an internal website via a PHP redirect (using the header function) we get issues. The redirect executes, ..
Category : referer
Recent Posts
- how can i keep checked slecected value of checkboxs after submitting a form and keep them checked befor submit old values
- Adding new page using php and mysql
- Unable to make external calls from PHP script using cURL
- How to make multiple ajax routes for same url(patient_service) and same controller(Billing.php) with different functions in that controller
- Sending data from one page to another in php