Skip to main content
Nintex Community Menu Bar

How to get list data from different domain (web application) using web request workflow action

  • March 5, 2016
  • 3 replies
  • 37 views

Forum|alt.badge.img+2

Hi All,

I want to get list data from another web application.

I have tried it using "web request" Nintex workflow action but it gives me request forbidden error.

I think this is because it would not allow cross domain request call.

Can anyone please suggest me how can I get list data from another web application using Nintex workflow?

Thanks in advance.

Yogesh Patel

3 replies

Forum|alt.badge.img+16
  • March 8, 2016

Forum|alt.badge.img+2

Hi Fernado,

I have used the same but it's not allowing me to call cross domain call.


Forum|alt.badge.img+9
  • Nintex Partner
  • March 10, 2016

If you have the possibility to edit the web.config of your SharePoint web application, you can allow other web applications to perform cross domain web requests. Here's a blog explaining how to edit the web.config to do that :

Cross Site Scripting with SharePoint 2013 REST calls | kenaro

Hope this helps