Skip to main content

gdApiInterceptor

The gdApiInterceptor is an HTTP interceptor that modifies outgoing HTTP requests by enabling the withCredentials flag for cross-origin requests.

Import

import { gdApiInterceptor } from '@geodome/gdk/core';

Usage

Automatically integrates into Angular's HTTP pipeline to support authentication cookies.