chitamoor / Rester

Testing RESTful APIs
MIT License
85 stars 34 forks source link

Does Rester support HTTP Basic Auth? #5

Closed phalgun closed 9 years ago

phalgun commented 9 years ago

Hello, great library by the looks of it.

I read that formal authentication system is not yet supported. My API uses HTTP Basic Auth, which is essentially a header in the request. This is supported by Rester, right?

chitamoor commented 9 years ago

So sorry for such a late response. Yes, you could add a header to the rest call -

"headers":{ "content-type":"application/json;" }