我正在尝试使用我的浏览器而不是我的iOS应用程序(用于测试)从我的Parse后端获取JSON。
网址是:
https://api.parse.com/1/users/R7zHr4iu4M
但它要求更多信息(用户名和密码)。
我已经尝试了我的Parse个人帐户,但它没有用。
我已尝试将X-Parse-Application-Id
作为用户名,将X-Parse-REST-API-Key
作为passowrd尝试,但它无效。
我的终端参数是:
参数编码:URL
方法:GET
谢谢!
答案 0 :(得分:1)
为了获取用户的信息,您必须提供
用户名:.container
密码:*,
*::before,
*::after {
box-sizing: border-box
}
.master {
width: 100%;
height: 300px;
background: black;
display: flex
}
.outerContainer {
width: 50%;
display: flex;
flex-direction: column;
}
.container {
min-height:0;
width: 100%;
flex: 1;
background: red;
}
.container img{
max-height: 100%;
max-width: 100%;
}
.text {
margin: 0;
color: white;
}
你可以在这里找到它。