Hi,
I have 3 questions about the request() method:
1) How do i change the username and password field names for HttpSocket auth variables? The default ones are user and pass, i need to change them.
2) How do i pass cookies with this method? Do i have to create cake specific cookies with Cookie component?
3) Is there a way to do it with cURL? I tried, but again got the cookie problem.
Thanks