I'm not a web developer, but when trying to authenticate my api requests with the session and remember me cookies I get from Edge (88.0.705.45 beta) I kept getting hit with 403s.
Used the same cookies from Firefox and it worked.
Checking the response headers in Edge, the session cookie gets deleted whenever I try to access the api (which I think results in the 403s?). Even through the browser itself, which should be storing all needed cookies. This also semi-randomly logged me out of the main site. (endpoint was the 'followed updates' endpoint in this case.)
Response headers in Firefox showed a new session cookie being set each time.
I guess this might not be appropriate here, or might be an issue with Edge, but I use that as my main browser and I had the biggest headache for hours trying to figure out why the heck this wasn't working. Thought I should point the erratic behaviour out in case it might actually be an issue.
Also, there is a difference in results between
Code:
user/{id}/followed-updates
and
Code:
user/{id}/followed-updates?type=1
. After following some new series as reading, the new type 1s only show up in the earlier request but not in the latter, even after quite a few hours.
in
show these new additions as type
.
in
gives a list of ids. But I couldn't find a way to get the corresponding language names for the id numbers. (Apart from which, changes to followed languages are not reflected in api results, though I guess that's a matter of time.)