Why does the FDP (API) need to be aware of a clientUrl? #662
Unanswered
dennisvang
asked this question in
Q&A
Replies: 1 comment
-
Does this have something to do with the inconvenient fact that our "reference" FDP-client Docker image includes a reverse-proxy for the FDP, as discussed in FAIRDataTeam/FAIRDataPoint-client#157? In that case, is it just a matter of unfortunate choice of variable name? Should the setting be called e.g. Also note that there is a |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
From my naive point of view, I would expect an FDP (API) to be completely unaware of any clients.
However, the configuration of the FDP requires a
clientUrl
to be specified. Also see this search.This seems to me like an undesirable coupling.
clientUrl
?Beta Was this translation helpful? Give feedback.
All reactions