Closed Tomvbe closed 7 months ago
Currently the discoverer is configured with a default NoAuthExecutor. This means that you cannot use the features described in https://informatievlaanderen.github.io/VSDS-Linked-Data-Interactions/ldio/ldio-core/ldio-http-requester.
To make it possible to discover secured flows, pass custom headers, have rate limiting, etc. we should make it possible to use a fully configured RequestExecutor in the disoverer.
Resolved in https://github.com/Informatievlaanderen/VSDS-Linked-Data-Interactions/pull/586
Currently the discoverer is configured with a default NoAuthExecutor. This means that you cannot use the features described in https://informatievlaanderen.github.io/VSDS-Linked-Data-Interactions/ldio/ldio-core/ldio-http-requester.
To make it possible to discover secured flows, pass custom headers, have rate limiting, etc. we should make it possible to use a fully configured RequestExecutor in the disoverer.