Detection of https API doesn't work anymore from http frontend #2035
Labels
No Label
dependencies
duplicate
help wanted
invalid
kind/bug
kind/feature
needs reproduction
question
security
wontfix
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: vikunja/vikunja#2035
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
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?
Description
try.vikunja.io
.Expected result
Frontend should try if there is an https version of the api and connect to that if it exists. Unsure because of possible security implications: it should follow 301 redirects.
Actual result
Frontend tries to connect to the host via http. This will fail for an https api, so
http://try.vikunja.io
will fail.Vikunja Frontend Version
dev
Vikunja API Version
v0.20.4+40-5114f53307
Browser and version
Chromium
Can you reproduce the bug on the Vikunja demo site?
No
Screenshots
Automatic detection of API end result doesn't work anymore from local devto Detection of https API doesn't work anymore from http frontendDoes it work if you enter the url with the protocol?
Probably a regression by vikunja/frontend#3303
Yes. But typing that in is a bit annoying.
Related: vikunja/frontend#1019 (comment)