mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-19 17:31:29 +03:00
Updated FAQ (markdown)
2
FAQ.md
2
FAQ.md
@@ -1121,6 +1121,8 @@ The custom client is not built on your server—it’s compiled on our build ser
|
||||
- Case 3:
|
||||
The build job remains in a `waiting` status. I verified that all background build tasks have completed successfully, but the web console does not reflect this. The issue appears to be related to the proxy configuration once again. While the build job is triggered via a `POST` request, the status is polled using a `GET` request that includes an `Authorization` header. However, the proxy is stripping the `Authorization` header from `GET` requests, preventing the status from being retrieved correctly.
|
||||
|
||||
It is also possible that your WAF blocks certain requests, e.g. `GET`.
|
||||
|
||||
> User: Can we arrange an appointment for tomorrow so you can log on to the server and check it?
|
||||
>
|
||||
> RustDesk: We can do nothing even we log on to your server. It is your proxy strip the 'GET' request header. I have no way to modify your proxy. I think you do not have the permission either.
|
||||
|
||||
Reference in New Issue
Block a user