Skip to content

feat: support http coder urls #217

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 6, 2025
Merged

feat: support http coder urls #217

merged 1 commit into from
Aug 6, 2025

Conversation

ethanndickson
Copy link
Member

@ethanndickson ethanndickson commented Aug 6, 2025

Currently, in the Login Form, we reject non-https URLs. When this HTTPS requirement was added, the Coder Desktop app was unable to make HTTP requests, as it did not have NSArbitraryLoads. We ended up needing to enable that flag in order to use the Agent API. (http://workspace.coder:4)

To support Coder deployments behind VPNs without HTTPS, we can now loosen the requirement. With this PR, the behavior matches Windows.

Copy link
Member Author

This stack of pull requests is managed by Graphite. Learn more about stacking.

@ethanndickson ethanndickson marked this pull request as ready for review August 6, 2025 05:11
@ethanndickson ethanndickson changed the title chore: support http coder urls feat: support http coder urls Aug 6, 2025
Copy link
Member Author

ethanndickson commented Aug 6, 2025

Merge activity

  • Aug 6, 5:15 AM UTC: A user started a stack merge that includes this pull request via Graphite.
  • Aug 6, 5:15 AM UTC: @ethanndickson merged this pull request with Graphite.

@ethanndickson ethanndickson merged commit 441bff5 into main Aug 6, 2025
4 checks passed
@ethanndickson ethanndickson deleted the ethan/support-http branch August 6, 2025 05:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants