同事在 CALL IIS 上的網頁時,因為 CORS 所以會先做 Preflight request,跑 OPTIONS 時,居然回 404 。
在 web.config 中有允許 OPTIONS 呀 ~ 而且在 web.config 中設定的 header 也有 response 出來。 但 status code 卻是 404 。
後來到 IIS 一看才知道,在 IIS 的「要求篩選」那裡, OPTIONS 被設定成了 不允許,如下圖,
Hello! 我是 RM
tag:
缺失模块。
1、请确保node版本大于6.2
2、在博客根目录(注意不是yilia根目录)执行以下命令:
npm i hexo-generator-json-content --save
3、在根目录_config.yml里添加配置:
jsonContent:
meta: false
pages: false
posts:
title: true
date: true
path: true
text: false
raw: false
content: false
slug: false
updated: false
comments: false
link: false
permalink: false
excerpt: false
categories: false
tags: true