Ethanl
- Total activity 10
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 5
Posts
Recent activity by Ethanl-
使用 HTTP 提出简单请求
避开演示代码,如何验证一个简单的请求?请以下列形式寻找答案:# 获取令牌 curl -X GET URL/getToken -H appID appLicense appKey # 执行命令 curl -X POST someURL/someCommand -H token 文档似乎只讨论了使用 JSBridge,但我有兴趣在 JSBridge 之外进行开发,而不是依赖示例应用程序(或 e...
-
Using HTTP to make a simple request
Avoiding the demo code, how do you authenticate a simple request? Looking for an answer in the form: # Get token with curl -X GET someURL/getToken -H appID appLicense appKey # Execute commands with...