• Overview
@angular/common/http

withJsonpSupport

function
deprecatedsince v22.1

Add JSONP support to the configuration of the current HttpClient instance.

Deprecation warning

JSONP is deprecated as it can cause XSS vulnerabilities. Use standard HTTP requests instead. Intent to remove in future versions of Angular.

API

function withJsonpSupport(): HttpFeature<HttpFeatureKind.JsonpSupport>;
@deprecated

JSONP is deprecated as it can cause XSS vulnerabilities. Use standard HTTP requests instead. Intent to remove in future versions of Angular.

Jump to details