[SharePoint 2010] Cross-Domain Proxy Page for Client-Side Scripts

+1Share on TwitterShare on FacebookShare on LinkedInSubmit to StumbleUponhttp://d32vechvmk8aon.cloudfront.net/wp-content/uploads/2012/09/spjohnscreenshot.jpegDigg ThisSubmit to redditPin it on Pinterest

Following my blog post about ASP.NET Proxy Pages for Client-Side Scripts I have created a SharePoint 2010 solution to add a proxy page to a SharePoint 2010 farm.

CodePlex Project – SharePoint Proxy Page

The SharePoint Proxy Page allows content from another source to be proxied on the SharePoint 2010 site. This allows for client-side scripts, such as jQuery and JavaScript, to make cross-domain requests through the proxy.

The SharePoint Proxy Page solution is a farm solution. Once deployed it will be available on any site in the farm using the following URL format:

http://{SHAREPOINT_SITE}/_layouts/SharePointProxyPage/Proxy.aspx?u={WEB_PAGE_TO_PROXY}

For example:

http://localhost/_layouts/SharePointProxyPage/Proxy.aspx?u=http%3A%2F%2Fwww.google.com

The URL of the site to proxy should be URL encoded (meaning http%3A%2F%2Fwww.google.com instead of http://www.google.com).

Deploy the Solution

After downloading and unzipping the SharePointProxyPage.wsp solution file on the SharePoint server:

  1. Open SharePoint 2010 Management Shell (PowerShell) as Administrator

  2. Add the solution:

    Add-SPSolution -LiteralPath C:\Temp\SharePointProxyPage.wsp 
  3. Deploy the solution:

    Install-SPSolution -Identity sharepointproxypage.wsp -GACDeployment

That’s it. Hope someone finds this useful.

John Chapman

Hello, I'm John Chapman. I am a SharePoint Developer for NewsGator living in Denver, Colorado. I develop solutions using ASP.NET, C#, jQuery, SQL, SharePoint, etc, and I thrive on the challenge of writing code to overcome the impossible, annoying, or otherwise difficult obstacles.

More Posts - Website - Twitter - LinkedIn - Google Plus