Content
View differences
Updated by Judith Roth 1 day ago
**As** a developer integrating op-blocknote-extensions into an external application
**I want** to configure a separate "real OpenProject URL" (distinct from the proxy/API base URL)
**So that** generated work package links point directly to OpenProject instead of going through the proxy
**Acceptance criteria**
* op-blocknote-extensions allows specifying a optional proxy\_url real OpenProject URL separately from the proxy/API base URL on initialization (alongside the existing base\_url)
* if the proxy url is not given, it is set to the value of the base\_url
* all API requests that need authorization use the proxy\_url
**I want** to configure a separate "real OpenProject URL" (distinct from the proxy/API base URL)
**So that** generated work package links point directly to OpenProject instead of going through the proxy
**Acceptance criteria**
* op-blocknote-extensions allows specifying a optional proxy\_url
* if the proxy url is not given, it is set to the value of the base\_url
* all API requests that need authorization use the proxy\_url