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
curl -X POST someURL/someCommand -H token
The documentation only seems to discuss using JSBridge, but I'm interested in developing outside of that and not relying on the sample apps (or eqmx or redis).
-
Brandon, this is the final response I got from DJI support, after a lot of dodged questions:
Hello, thank you for contacting DJI Innovation.
I understand and understand your needs, and I have also communicated with relevant personnel, but as shown in the screenshot, the interfaces in the pilot are not open source, and these are internal packaging logic, verification logic, server and other information is closed-source information of the R&D department.
Hope that helps. I understood it to mean that there's no way to authenticate a request without using their implementation.
请先登录再写评论。
评论
3 条评论