我正在使用parses RESTAPI为我的程序获取版本ID,当我尝试连接java程序时,返回IOException,错误为401,但是当我使用浏览器连接时,我正确地获得了JSON格式,为什么?java.io.IOException: Server returned HTTP response code: 401 for URL: https://XXXXXX-key=XXXXXXXXX@api.parse.comstartup.Launcher.main(Launcher.java:26)我的程序代码是:
tr
我正试图使用我以前在Powershell中使用过的API,在Power中创建一个自定义连接器。问题是,我在头文件中需要的一个参数是Authorization,由于某些原因,微软不允许这样做。Use 'API Key' authentication type in the Security tab to set this header.
尽管