Skip to main content

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

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


Hi Fernado,

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


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