Does anyone have an example of how to do OAuth with Gatling?
OAuth? Which one? 1 or 2?
And which provider? IIRC, all of them interpret the spec their own way + introduce some javascript that you have to reverse engineer and that might change without warning.
Sorry for the lack of specificity. I’m looking for OAuth 2.0… and for the provider: Google’s Authentication Server. I need to stress test some REST web services built using Google Cloud Endpoints on Google App Engine.
For reference, I tried to record an example using the Gatling Recorder tool, but wasn’t able too, even after adding SSL cert exceptions. My sense was that all of the requests couldn’t pass through the Gatling Recorder’s proxy server.
Thanks.
Sorry for the lack of specificity. I'm looking for OAuth 2.0.. and for the
provider: Google's Authentication Server. I need to stress test some REST
web services built using Google Cloud Endpoints on Google App Engine.
Have you tried this?
For reference, I tried to record an example using the Gatling Recorder
tool, but wasn't able too, even after adding SSL cert exceptions. My sense
was that all of the requests couldn't pass through the Gatling Recorder's
proxy server.
Which version did you try?
Do you have a way so I can reproduce?