Although i'd say i'm fairly savvy with pinging off POST & GET requests one thing i'm not too savvy with is HTTP Headers.
I'm attempting to fire some POST requests to a few scripts to try and debug them - however, I need to be logged in (within the request) for it to work.
Whats the best way to achieve this. The app's auth login is done with simple PHP sessions.