I am using a REST API to login to the provider site. While it works fine with curl, when I test is using tiggzi, it fails with forbidden error.
My username is the email address which contains '@'. Will this have any impact? Do I need to do some escaping of characters?