atecarlos / protractor-http-mock

A library designed to work alongside Protractor for setting up mocks for your HTTP ajax requests.
MIT License
173 stars 70 forks source link

can protractor-http-mock Https requests #34

Closed spatchamatla closed 9 years ago

spatchamatla commented 9 years ago

Im trying to hit backend apis using protractor. So, want to know if protractor-http-mock can handle https as well? in the examples i see only http.

goal is to make client side (https) call to server and parse the response. Can you provide with an examples using authentications?

atecarlos commented 9 years ago

I don't see why not. Its only interested in the path of the URL and has no logic based on http or https.

Not sure what examples you are requesting. But I'm very confident that you will not have any issues. Mocking for headers has not yet built into the plugin, but I'll be working on that soon.

Let me know how it goes!