Skip to content

Commit 773a077

Browse files
authored
Update query-a-remote-service-using-the-web-proxy-in-sharepoint-2013.md
1 parent 697cb97 commit 773a077

File tree

1 file changed

+4
-11
lines changed

1 file changed

+4
-11
lines changed

docs/sp-add-ins/query-a-remote-service-using-the-web-proxy-in-sharepoint-2013.md

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
---
2-
title: Query a remote service using the web proxy in SharePoint 2013
3-
ms.prod: SHAREPOINT
4-
ms.assetid: 16913e6d-4fc6-4c5e-84a4-6c2688703798
5-
---
6-
7-
81

92
# Query a remote service using the web proxy in SharePoint 2013
103
Learn how to access data in a remote ___domain from a page that is hosted in SharePoint 2013 by using the web proxy.
@@ -25,7 +18,7 @@ As a developer, you can use the web proxy exposed in client APIs, such as the Ja
2518

2619

2720

28-
![Symbols for "your code", "SharePoint Web Proxy" and "Data source" showing that data requests pass through the web proxy.](images/3fbdcfae-6af9-452b-9a07-48575de7e86a.png)
21+
![Symbols for "your code", "SharePoint Web Proxy" and "Data source" showing that data requests pass through the web proxy.](../../images/3fbdcfae-6af9-452b-9a07-48575de7e86a.png)
2922

3023

3124

@@ -91,7 +84,7 @@ Figure 1 shows the browser window with data from the remote service in a SharePo
9184

9285

9386

94-
![SharePoint page with data from the remote service](images/WebProxy_result.png)
87+
![SharePoint page with data from the remote service](../../images/WebProxy_result.png)
9588

9689

9790
### To create the SharePoint Add-in project
@@ -109,7 +102,7 @@ Figure 1 shows the browser window with data from the remote service in a SharePo
109102

110103

111104

112-
![App for SharePoint 2013 Visual Studio template](images/AppForSharePointVSTemplate.PNG)
105+
![App for SharePoint 2013 Visual Studio template](../../images/AppForSharePointVSTemplate.PNG)
113106

114107

115108

@@ -420,7 +413,7 @@ Figure 1 shows the browser window with data from the remote service in a SharePo
420413

421414

422415

423-
![SharePoint page with data from the remote service](images/WebProxy_result.png)
416+
![SharePoint page with data from the remote service](../../images/WebProxy_result.png)
424417

425418

426419

0 commit comments

Comments
 (0)