daytonaio / daytona

The Open Source Dev Environment Manager.
https://daytona.io
Apache License 2.0
5.66k stars 219 forks source link

fix: ensure API calls are heading towards a Daytona Server instance #535

Closed Tpuljak closed 1 month ago

Tpuljak commented 1 month ago

Ensure API Calls are Heading Towards a Daytona Server Instance

Description

This PR introduces a HEAD request to the Daytona Server API before constructing the API client. This ensures that API calls are heading towards a Daytona Server instance and not to a http server that might be holding the same port.

Related Issue(s)

Closes #529