log in using fitnesse
- by user1513027
This is a basic HTTP encoding and formatting question.
I need to log in from a RESTFixture to a PHP web service.
I need to pass in the account, username, and password, as POST variables
just as a login page does.
Wireshark shows that my login page formats it as
accountNumber=accounttest&username=usertest&password=passtest
When I do that…