Closed lfryc closed 9 years ago
The request runs indefinitely (never gets response) when cors() is enabled.
cors()
That's why cors() is disabled now, but we should look into re-enabling that.
Fixed & reintroduced in https://github.com/feedhenry-templates/fh-api-mapper/pull/22
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.