microsoft / restler-fuzzer

RESTler is the first stateful REST API fuzzing tool for automatically testing cloud services through their REST APIs and finding security and reliability bugs in these services.
MIT License
2.59k stars 296 forks source link

change the protocol to http for local demo server #736

Closed Lucarun closed 1 year ago

Lucarun commented 1 year ago

For local demo server test, the protocol should be "http" not "https" as user can't access the python web app service via "https". There is "SSL_PROTOCOL_ERROR" when user execute [/api/blog/posts] in the Swagger Page as the real url is "https://localhost:8888/api/blog/posts?page=10&per_page=5". Please correct me if I am wrong. Thx!

marina-p commented 1 year ago

Thank you for the fix!