So here's the deal. I've got a user authenticated website using php w/ a post login form. We run a call center, and if I can preload a user's account information to view information about their company directly into a get uri, it would save me from having to develop an admin interface for the software.
So, if I know the user login action form, and the relevent login variables, can I get into a users account using the get method instead of having our operators log in every time?
TIA