codestates / codestates/BongSa-Heaven
[Error Handling] token 관련 get 메소드
Open
complete
Error Handling
- Dominant language
- TypeScript
- Stars
- 1
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
> ### 어떤 에러인가요?
>
> ### 에러 메시지
> ```shell
> $ cannot set headers after they are sent to the client
> ```
> get 메소드일때 header에 token이 담기지 않는 현상
> 원인은 get 요청에 **길이 제한**이 있기 때문으로 보인다.
> ### 에러 핸들링 방법
> * 핸들링 방법에 대해서 간단하게 기록해보세요.
>
> post 등 다른 메소드를 통해 요청하는 것이 필요해 보인다.
>
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.