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

  • 5 March 2016
  • 3 replies
  • 12 views

Badge +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

Userlevel 6
Badge +16

Use a REST call >>> How to execute a SP2013 REST API request with Nintex Workflow

Badge +2

Hi Fernado,

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

Userlevel 5
Badge +9

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

Reply