Skip to content

Commit

Permalink
Muahaha
Browse files Browse the repository at this point in the history
  • Loading branch information
elcuervo committed May 30, 2020
1 parent 2c4aa74 commit 6481861
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tangalanga.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ func (t *Tangalanga) FindMeeting(id int) (*pb.Meeting, error) {
cookie := fmt.Sprintf("zpk=%s", *token)

req.Header.Add("Cookie", cookie)
req.Header.Add("ZM-CAP", "2535978022733895607,32676")
req.Header.Add("Content-Type", "application/x-www-form-urlencoded")

resp, err := t.client.Do(req)
Expand Down

0 comments on commit 6481861

Please sign in to comment.