diff --git a/src/main/scala/com/resy/ResyApi.scala b/src/main/scala/com/resy/ResyApi.scala index f77aa71..fee662e 100644 --- a/src/main/scala/com/resy/ResyApi.scala +++ b/src/main/scala/com/resy/ResyApi.scala @@ -108,7 +108,8 @@ object ResyApi extends Logging { .withHttpHeaders( createHeaders(resyKeys) ++ Seq( "Content-Type" -> "application/x-www-form-urlencoded", - "origin" -> "https://widgets.resy.com/" + "Origin" -> "https://widgets.resy.com", + "Referer" -> "https://widgets.resy.com/" ): _* ) .post(post)