Document what is known about the ping endpoint.

This commit is contained in:
youngchief btw ツ 2022-06-17 17:58:39 -07:00
parent d2926753aa
commit b17c3892bd
Signed by: youngchief
GPG Key ID: D0B82F3B62643A2D
1 changed files with 5 additions and 0 deletions

5
Ping.md Normal file
View File

@ -0,0 +1,5 @@
# Ping TIDAL Server
`GET https://listen.tidal.com/v1/ping`
This endpoint seems to return a `HTTP 200 OK` under the right request headers. I believe it has to be `Referrer`, `Cookie`, `Accept`, and/or `Accept-Encoding`. Otherwise returns the web app page saying it couldn't find that page.