feedhenry-templates / fh-api-mapper

API Mapping Tool
Apache License 2.0
8 stars 12 forks source link

/try route can't proxy request when using cors() middleware #3

Closed lfryc closed 9 years ago

lfryc commented 9 years ago

The request runs indefinitely (never gets response) when cors() is enabled.

That's why cors() is disabled now, but we should look into re-enabling that.

cianclarke commented 9 years ago

Fixed & reintroduced in https://github.com/feedhenry-templates/fh-api-mapper/pull/22