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
GHContent.read() issues the request as POST rather than GET. This is fine for URLs that do not
require authentication. However, when download_url links are returned that have tokens in the query string, the corresponding POST fails.
Presumably it fails because on the remote end, the query string parameters of the POST request are not honored.
This issue would never be detected if testing happens against a public GitHub URL.
The text was updated successfully, but these errors were encountered:
GHContent.read()
issues the request as POST rather than GET. This is fine for URLs that do notrequire authentication. However, when
download_url
links are returned that have tokens in the query string, the corresponding POST fails.Presumably it fails because on the remote end, the query string parameters of the POST request are not honored.
This issue would never be detected if testing happens against a public GitHub URL.
The text was updated successfully, but these errors were encountered: