You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

UmbracoCms.RestApi

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package version was removed
This package version has been unpublished, mostly likely due to security reasons

UmbracoCms.RestApi

Umbraco REST Api for working with content, published content, media and member data

1.0.0-beta
unpublished
Source
nugetNuGet
Maintainers
1
Created
Source

| | | | / | _ | __ \ /\ / / __ \ | | | | \ / | |) | |) | / \ | | | | | | | | | | |/| | _ <| _ / / /\ | | | | | | | |__| | | | | |) | | \ \ / ____ | || || | ___/|| ||__/|| _// ______/

Umbraco REST API has been installed!

Be sure to read the readme files for UmbracoCms.IdentityExtensions which has been installed: https://github.com/umbraco/UmbracoIdentityExtensibility/blob/master/build/Readme.txt That readme contains information on getting started with ASP.Net Identity with Umbraco and how to extend/configure it with OWIN startup classes.

By default CORS is enabled for Umbraco REST Api http calls. To modify the CORS policies for the Umbraco Rest API, add this line to your current OWIN startup:

app.ConfigureUmbracoRestApi(new UmbracoRestApiOptions() { //Modify the CorsPolicy as required CorsPolicy = new CorsPolicy() { AllowAnyHeader = true, AllowAnyMethod = true, AllowAnyOrigin = true } });

Keywords

umbraco

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.