-
In the documentation an example is used of I was under the impression that if the endpoint had this, it should first check for a https endpoint and then a http in the configuration if there is no configured https and then generate a URL based on that? But whenever I try this it always resolves the scheme to I feel that there is something I'm missing around this, so if anyone can explain this it would be nice. I can't really find anything in documentation. Here is the configuration I'm using and an example code:
Code:
I thought this should result in using |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I ran into this as well. I found that it does work if you put an explicit scheme in the config file, e.g.
|
Beta Was this translation helpful? Give feedback.
I ran into this as well. I found that it does work if you put an explicit scheme in the config file, e.g.