You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
w.Write([]byte(`{"error":"expected header 'Authorization: Bearer VALID_ACCESS_TOKEN' or 'tppl-api-key: VALID_API_KEY', but got Authorization=`+r.Header.Get("Authorization") +` and tppl-api-key=`+r.Header.Get("Tppl-Api-Key")))
206
+
_, _=w.Write([]byte(`{"error":"expected header 'Authorization: Bearer VALID_ACCESS_TOKEN' or 'tppl-api-key: VALID_API_KEY', but got Authorization=`+r.Header.Get("Authorization") +` and tppl-api-key=`+r.Header.Get("Tppl-Api-Key")))
0 commit comments