rafaelschlatter / pipedesign-api

A prediction API hosted on Azure app service, continuously integrated & deployed.
http://pipedesign.azurewebsites.net/
MIT License
0 stars 0 forks source link

flask restplus and azure https #1

Open rafaelschlatter opened 5 years ago

rafaelschlatter commented 5 years ago

Deployment to Azure app service with https works fine. Api is reachable at https://..., but the swagger UI created by flask-restplus is not displayed when pointing a browser at the base url. Visiting the base url with http://... displays the swagger UI properly.

Is restplus not working with https?

ARozyc commented 4 years ago

I have the same issue...

rafaelschlatter commented 4 years ago

Hi ARozyc, I was so far no not able to resolve this. But I have not been actively working on this since quite some time.