Detection of https API doesn't work anymore from http frontend #3330
Labels
No Label
area/internal-code
changes requested
dependencies
duplicate
good first issue
help wanted
hosting
invalid
kind/bug
kind/feature
question
wontfix
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: vikunja/frontend#3330
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. 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 #3303
Yes. But typing that in is a bit annoying.
Related: #1019 (comment)