HTTPS GET 请求&读取 JSON 回复
正如标题所示,我需要发送 HTTPS GET 请求,然后以纯文本形式读取 JSON 回复。我更喜欢 python,但我也可以使用 perl。
编辑:好吧,现在我可以从页面获取数据,但回复数据是 SSL 加密的,我该如何解密?
As the title says, I need to send a HTTPS GET request, then read the JSON reply in plain text. I prefer python, but I can use perl as well.
EDIT: Allright, so now I can get the data from the page, but the reply data is SSL encrypted, how would I decrypt it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
对于 Perl:
For Perl:
Python:
Python: