Skip to content

Commit

Permalink
content-type header
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonio Cheong committed Mar 16, 2023
1 parent 70f08b7 commit 4d02370
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ func main() {
req.Header.Set("sec-ch-ua", `Chromium";v="110", "Not A(Brand";v="24", "Brave";v="110`)
req.Header.Set("sec-ch-ua-platform", "Linux")
req.Header.Set("content-type", "application/json")
req.Header.Set("content-type", "application/json")
req.Header.Set("accept", "text/event-stream")
req.Header.Set("user-agent", "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36")
// Set authorization header
Expand Down

0 comments on commit 4d02370

Please sign in to comment.