# Flowable CORS Issue

**URL:** https://forum.flowable.org/t/flowable-cors-issue/2522
**Category:** Flowable Engine
**Created:** [September 7, 2018, 1:49pm UTC](https://forum.flowable.org/t/flowable-cors-issue/2522 "2018-09-07T13:49:21Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![balaji.sundarajan01](https://yyz1.discourse-cdn.com/flex035/user_avatar/forum.flowable.org/balaji.sundarajan01/32/725_2.png) [@balaji.sundarajan01](https://forum.flowable.org/u/balaji.sundarajan01)
#### Post date: [September 7, 2018, 1:49pm UTC](https://forum.flowable.org/t/flowable-cors-issue/2522/1 "2018-09-07T13:49:21Z")

</div>

I am trying to call Flowable Process using Flowable Task API from a different application (angular). When I try to call this I get CORS exception. How can I setup Flowable to address CORS issue.

Note: Flowable-task task is running on PCF.

---

<div class="post-metadata">

### Author: ![rgorzkowski](https://yyz1.discourse-cdn.com/flex035/user_avatar/forum.flowable.org/rgorzkowski/32/1365_2.png) [@rgorzkowski](https://forum.flowable.org/u/rgorzkowski)
#### Post date: [September 7, 2018, 2:54pm UTC](https://forum.flowable.org/t/flowable-cors-issue/2522/2 "2018-09-07T14:54:06Z")

</div>

Hi @balaji.sundarajan01

I believe that you can use proxy server.  
Instead of sending API requests to remote server, you’ll make requests to your proxy, which will forward them to the remote server.

> **[Rob--W/cors-anywhere](https://github.com/Rob--W/cors-anywhere)**
>
> CORS Anywhere is a NodeJS reverse proxy which adds CORS headers to the proxied request. - Rob--W/cors-anywhere

[https://corsproxy.github.io/](https://corsproxy.github.io/)

---

<div class="post-metadata">

### Author: ![jorge.mora](https://yyz1.discourse-cdn.com/flex035/user_avatar/forum.flowable.org/jorge.mora/32/694_2.png) [@jorge.mora](https://forum.flowable.org/u/jorge.mora)
#### Post date: [September 7, 2018, 2:57pm UTC](https://forum.flowable.org/t/flowable-cors-issue/2522/3 "2018-09-07T14:57:40Z")

</div>

@balaji.sundarajan01, can you attach more details on the error? The error might come from PCF internal router.

---

<div class="post-metadata">

### Author: ![biyat](https://avatars.discourse-cdn.com/v4/letter/b/91b2a8/32.png) [@biyat](https://forum.flowable.org/u/biyat)
#### Post date: [September 7, 2018, 5:45pm UTC](https://forum.flowable.org/t/flowable-cors-issue/2522/4 "2018-09-07T17:45:41Z")

</div>

There is an recommendation, but it uses **modifying Flowable source code** , [https://forum.flowable.org/t/flowable-task-process-api-cors-configuration/1085](https://forum.flowable.org/t/flowable-task-process-api-cors-configuration/1085)

> Can’t we configure CORS for Flowable without touching Flowable Source Code?

Below is how others are doing.

[https://docs.alfresco.com/process-services1.9/topics/enabling-cors.html](https://docs.alfresco.com/process-services1.9/topics/enabling-cors.html)
