[Question] 在正常生产过程中用的通常是域名的方式,但是会自动附加上一个80端口,以及认证token超长的问题
Open
type: question
- Dominant language
- Java
- Stars
- 8.8k
- Forks
- 3.1k
- Avg merge
- 7d 1h
- Merged PRs (30d)
- 85
Description
### Question
1.官方的文档中都是使用ip+端口的形式,但是实际生产中往往都是https域名的方式。
如果我在字典中直接配置域名,在调用调试的时候会自动带上80的端口。导致访问不通。
2.换成ip+端口临时测试的时候。请求成功够没法保存,提示认证heards超长
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reproducing both reported cases: a domain-based configuration that gains port 80 and an IP-based request that cannot be saved because the authentication header is too long. Trace the URL construction and request-saving flow from the debug call; done means the domain request reaches the configured HTTPS endpoint and valid authentication data can be saved.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- api, backend
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100