Skip to content
代码片段 群组 项目
提交 2a381b5f 编辑于 作者: Jaap's avatar Jaap 提交者: Steve Sanderson
浏览文件

Change-http-to-https-in-HttpRequestsComponent-example

Changed 'http' to 'https' in [string uri = "https://api.icndb.com/jokes/random";] because 'http' gives a 'Failed To Fetch' error.
上级 321ec912
No related branches found
No related tags found
无相关合并请求
......@@ -55,7 +55,7 @@
</style>
@code {
string uri = "http://api.icndb.com/jokes/random";
string uri = "https://api.icndb.com/jokes/random";
string method = "GET";
string requestBody = "";
List<RequestHeader> requestHeaders = new List<RequestHeader>();
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册