2 comments (2 comments)1 reaction (1 reaction)0 assignees (0 assignees)Java3,443 stars (3,443 stars)723 forks (723 forks)batch import
help wanted
Description
跟前端同事配合,我在apifox上发起请求不会有500的报错,但是前端发起请求就会出现500的报错,这是什么情况呀,有什么排查方法吗,谢谢
Contributor guide
- Tech stack
- javaandroid
- Domain
- backendapi
- Issue type
- research
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 3
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- 1-3 hours
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- fresh
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- needs investigation
- Prerequisites
- HTTP basicsAndroid server configuration
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 30
- Research direction
- Check the server logs for the specific 500 error details when the frontend sends requests. Compare the requests from Apifox and the frontend to identify differences in headers, body, or method. Look for common issues like CORS, missing authentication, or incorrect content type.