MicrosoftDocs / composer-docs

Public sync of existing composer-docs-pr repo
Creative Commons Attribution 4.0 International
2 stars 5 forks source link

Recommend HTTPS instead of HTTP #195

Closed dluc closed 2 years ago

dluc commented 2 years ago

URL: https://docs.microsoft.com/composer/tutorial-create-weather-bot#make-an-http-request

image

We should always recommend HTTPS where possible. Please replace:

http://api.openweathermap.org/data/2.5/weather?zip=${user.postalcode},us&appid=YOUR_API_KEY

with

https://api.openweathermap.org/data/2.5/weather?zip=${user.postalcode},us&appid=YOUR_API_KEY


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

emgrol commented 2 years ago

Thanks for the recommendation, the fix should go live shortly.