Can local resources support relative paths? #1272
fangguihua
started this conversation in
App issues
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Due to some reasons, I used 302 redirection to access from a.com: 10000 to a.com: 20000, but the resource link is still a.com: 10000, which prevents me from loading Heimdall related CSS styles or other image files
For example, the correct URL after redirection should be: http://a.com:20000/apple-Icon-57x57.png
But in the HTML code, it is still http://a.com:10000/apple-Icon-57x57.png

Beta Was this translation helpful? Give feedback.
All reactions