core.medplumclientoptions.redirect
Home > @medplum/core > MedplumClientOptions > redirect
MedplumClientOptions.redirect property
The default redirect behavior.
The default behavior is to not follow redirects.
Use "follow" to automatically follow redirects.
Signature:
redirect?: RequestRedirect;