How can I install application from client

I have Appium server running on remote server.
I have Jenkins CI running test and before running test, I want to check newest released application first.

“app” can be url, but my app url requires authentication, so the download is failing.

Can I add some authentication information on the “app” part or to configuration of Appium server?
Or can I stream application file from client to Appium server?

Can I add some authentication information on the “app” part or to configuration of Appium server?

Depending on which auth type is used. For example basic auth credentials could be passed in the URL: Can you pass user/pass for HTTP Basic Authentication in URL parameters? - Server Fault

Or can I stream application file from client to Appium server?

No, this is not possible. The file must be located on the same machine where the server is running

1 Like

Thank you, I solved this by creating app file server.