I test the drools guvnor rest api in jbpm for modelig perspective. I ran the jbpm server in localhost with reference by https://docs.google.com/a/creativa77.com.ar/document/d/1KQQjLIu4QVbssvcO1OuooyW2V7chFlRoRv2riPANRlE/edit?usp=sharing And I made the simple javascript for calling the restapi with jquery and ajax, called the rest api. But the error was happened. ``` 'Request header field Access-Control-Allow-Origin is not allowed by Access-Control-Allow-Headers.' ```
I test the drools guvnor rest api in jbpm for modelig perspective.
I ran the jbpm server in localhost with reference by https://docs.google.com/a/creativa77.com.ar/document/d/1KQQjLIu4QVbssvcO1OuooyW2V7chFlRoRv2riPANRlE/edit?usp=sharing
And I made the simple javascript for calling the restapi with jquery and ajax, called the rest api.
But the error was happened.