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 proxyUrl proxy\_url on initialization (alongside the existing baseUrl) base\_url)
* if the proxyUrl proxy url is not given, it is set to the value of the baseUrl base\_url
* all API requests that need authorization use the proxyUrl (therefore, only the paste-detection and the direct links use the baseUrl any more) 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 proxyUrl
* if the proxyUrl
* all API requests that need authorization use the proxyUrl (therefore, only the paste-detection and the direct links use the baseUrl any more)