robmarshall / gatsby-gravityforms-component

A component to take gatsby-source-gravityforms query data and return usable components
GNU General Public License v3.0
27 stars 23 forks source link

fix: CORS issue on OPTIONS requests #11

Closed OArnarsson closed 5 years ago

OArnarsson commented 5 years ago

Fixes issue when sending the OPTIONS request before the POST. CORS now has no issues with the OPTIONS type when sending on non-localhost domains.

Screen Shot 2019-10-11 at 09 01 22

robmarshall commented 5 years ago

I have been struggling with this for a very long time. Couldn't get past it!

You hero.