winget-create icon indicating copy to clipboard operation
winget-create copied to clipboard

WingetCreate seems to use HTTP urls not HTTPS

Open KevinLaMS opened this issue 2 years ago • 1 comments

Brief description of your issue

When using a tool to look into an issue talking to a server, the URL listed is http://api.github.com. This should be updated to be https://api.github.com.

Steps to reproduce

run a tool like fiddler type wingetcreate new Notice the URL

Expected behavior

Use of https as the protocol

Actual behavior

user of http as the protocol

Environment

wingetcreate
Windows Package Manager Manifest Creator v1.1.2.0

KevinLaMS avatar Nov 29 '22 22:11 KevinLaMS

This can be due to winget-create using Octokit v0.50.0. It will be updated to v9.1.2 in #512 which might fix it to use https URLs.

vedantmgoyal9 avatar Feb 15 '24 09:02 vedantmgoyal9