kingmo888 / rustdesk-api-server

基于Django的RustDesk Api&Web Server,除了支持api所有功能,还支持web注册、管理、展示等。已支持到最新1.2.3版本。
490 stars 114 forks source link

[Bug]: "POST /api/audit/conn HTTP/1.1" 404 179 #54

Closed mrjeye closed 4 months ago

mrjeye commented 4 months ago

What happened?

Error on windows client try connect to android client

[20/Mar/2024 11:35:12] "POST /api/audit/conn HTTP/1.1" 404 179

Operation System

Android(1.2.3),Windows(1.2.3-1)

Python Version

3.10.3

Run type Python/Docker

docker-compose

kingmo888 commented 4 months ago

I have not attempted to connect to a mobile client from a Windows client. The web API only serves as a plugin, which will not have any additional impact on the originally available connections. Does your problem still exist when you are not using this project (can the Windows client directly connect to the mobile client, and can the Rustdesk Server relay service be built by yourself)?