fix: support HTTPS proxy by using relative API paths #8
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "fix/https-proxy-api-routing"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary of what's been done:
Fixed API client to use relative paths for HTTPS proxy compatibility
Updated all API URL constructions to work with proxy
Added debug logging for troubleshooting
Created and pushed branch with all changes