Skip to content

Commit

Permalink
faq
Browse files Browse the repository at this point in the history
  • Loading branch information
kings1990 committed Sep 20, 2024
1 parent d0050aa commit 5fb0f87
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions docs/en/guide/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,14 @@ For the saved API, you modify it again, and you need manually fill in the parame

Adjust tool window width to `610`+ pixel and will achieve the best visual effect

## S: How to ignore .fastRequest directory

Some developers don't want to `.fastRequest` directory exist in the project,
then you can go to idea settings `File Types`, add `.fastRequest` in `Ignore files and folders`

![ignoreFastRequestDir](/img/faq/ignoreFastRequestDir.png)


## Q: Header likes Origin not effect

Because the **restrictedHeaders** strategy of `sun.net.www.protocol.http.HttpURLConnection` . If you want to use the following headers, you need to configure vm parameters for IDEA
Expand Down
6 changes: 6 additions & 0 deletions docs/guide/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,12 @@ def response = request.execute()

调整工具窗口宽度至`610`+像素,达到最佳视觉效果

## S: 如何忽略.fastRequest目录

有些开发者不希望看到`.fastRequest`目录,可以前往 idea 设置中的`File Types`,在`Ignore files and folders`中添加`.fastRequest`即可

![ignoreFastRequestDir](/img/faq/ignoreFastRequestDir.png)

## Q: Origin等请求头失效

由于 `sun.net.www.protocol.http.HttpURLConnection` 设置了**受限标头**,以下一些请求头如果想使用,则需要给IDEA配置vm参数
Expand Down

0 comments on commit 5fb0f87

Please sign in to comment.