frellan
03/01/2018, 8:58 PMorangy
orangy
frellan
03/01/2018, 10:28 PMfrellan
03/01/2018, 11:04 PMcy
03/02/2018, 7:23 AMcy
03/02/2018, 7:27 AMfrellan
03/02/2018, 7:29 AMfrellan
03/02/2018, 7:29 AMcy
03/02/2018, 7:30 AMfrellan
03/02/2018, 7:31 AMfrellan
03/02/2018, 7:32 AMlocalhost:5000
cy
03/02/2018, 7:33 AMfrellan
03/02/2018, 7:34 AMcy
03/02/2018, 7:34 AMfrellan
03/02/2018, 7:34 AMcy
03/02/2018, 7:35 AMfrellan
03/02/2018, 7:35 AMfrellan
03/02/2018, 7:36 AMlocalhost:5000
through cors configfrellan
03/02/2018, 7:36 AMcy
03/02/2018, 7:36 AMfrellan
03/02/2018, 7:37 AMcy
03/02/2018, 7:38 AMfrellan
03/02/2018, 7:39 AMfrellan
03/02/2018, 7:39 AMfrellan
03/02/2018, 7:40 AMcy
03/02/2018, 7:40 AMfrellan
03/02/2018, 7:40 AMfrellan
03/02/2018, 7:40 AMfrellan
03/02/2018, 7:40 AMcy
03/02/2018, 7:52 AMOrigin
does it actually sendsfrellan
03/02/2018, 8:21 AMcy
03/02/2018, 8:34 AMfrellan
03/02/2018, 8:35 AMcy
03/02/2018, 8:41 AMfrellan
03/02/2018, 8:44 AMThe default configuration to the CORS feature handles only GET, POST and HEAD HTTP methods and the following headers:
Is to be read in the documentation. I get a 403 from anything that is not that even on my own host 😕 I have to explicitly declare everything to get the old behavior back. Is that to be expected? What change do you propose and what can I do now, it seems like I have to explicitly declare the AWS elastic beanstalk host adress as well now to get PUT requests to work. I just want the statical asset js client to be able to do whatever it wants, just like beforefrellan
03/02/2018, 8:45 AMfrellan
03/02/2018, 8:45 AMcy
03/02/2018, 8:46 AMallowSameOrigin
. The only question is what default value it should have: should we allow same-origin requests by default or notfrellan
03/02/2018, 8:50 AMfrellan
03/02/2018, 8:52 AMfrellan
03/02/2018, 8:52 AMcy
03/02/2018, 8:55 AMOrigin
header: when it is missing then it will be always passedcy
03/02/2018, 8:56 AMfrellan
03/02/2018, 8:56 AMaxios
fault? 😄cy
03/02/2018, 8:59 AMfrellan
03/02/2018, 9:02 AMfrellan
03/02/2018, 9:04 AManyHost()
exactly? To me it seems like those cancel out, or should I just do that in the meantime? Its not a production system just a hobby project of mine so I dont really care as of nowcy
03/02/2018, 9:04 AMcy
03/02/2018, 9:04 AMcy
03/02/2018, 9:05 AMHttpMethod.Get
, <http://HttpMethod.Post|HttpMethod.Post>
and HttpMethod.Head
frellan
03/02/2018, 9:07 AMlocalhost:5000
and allowed PUT and DELETE. It works locally but when deployed to AWS EB it doesnt work. It seems like I need to add <http://XXX.region.elasticbeanstalk.com|XXX.region.elasticbeanstalk.com>
as well. Why is that needed, shouldn’t localhost be enough?frellan
03/02/2018, 9:08 AMcy
03/02/2018, 9:25 AM