Skip to content

talha0113/SharePoint-Proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Board Status Build Status

SharePoint Proxy

Share Online Proxy helps redirect all the api requests to sharepoint online site, during the local front end development with script editor webpart based approach or Add In based development. As it becomes really difficult to compile the front end application deploy test and fix.

Usage

To start the proxy: docker run --rm --name sharepoint-proxy-container -p 8080:80 -e ASPNETCORE_ENVIRONMENT='Production' -e ProxySetting:BaseUrl='<SharePoint Site Collection Url>' -e ProxySetting:UserName='<User Name>' -e ProxySetting:Password='<Password>' -i talha0113/sharepoint-proxy Replace Following Paramaters

After successfull start of the container browse the url http://localhost:8080 must see front page with proxy information. also verify the the SharePoint rest api by browsing http://localhost:8080/_api/web

About

.Net Core Proxy for Local Front End Development

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published