1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

h2oでCORSに対応する

Posted at
user : root
listen: 8080
hosts:
  default:
    path:
      /:
        file.dir: /home/vagrant/h2o_doc_root
        access-log: /home/vagrant/h2o_log/log
        header.add: "Access-Control-Allow-Credentaial:true"
        header.add: "Access-Control-Allow-Headers:Accept, X-Access-Token, X-Application-Name, X-Request-Sent-Time"
        header.add: "Access-Control-Allow-Methods:GET,POST,OPTIONS"
        header.add: "Access-Control-Allow-Origin:*"

説明は後日追記。

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?