reacherhq/backend

AWS deployed version shows YahooError(NoAcrumb)

amaury1093 opened this issue · 1 comments

When using check-if-email-exists directly, checking @yahoo.com works.

When I deploy the backend to AWS Lambda, checking @yahoo.com emails gives YahooError(NoAcrumb). The reason is that those requests don't seem to return the correct cookie.

fixed in #99