this post was submitted on 12 Jul 2023
8 points (90.0% liked)

Lemmy

12572 readers
1 users here now

Everything about Lemmy; bugs, gripes, praises, and advocacy.

For discussion about the lemmy.ml instance, go to !meta@lemmy.ml.

founded 4 years ago
MODERATORS
 

I'm toying about with writing a client in Rust.

Example code online uses the API endpoint https://lemmy.ml/api/v3/post/list, and when I go to this link in a browser, it doe indeed load data. However, when I try to load it from a program, it gives me a 403 Forbidden. Does anyone know why this could be?

(code)

you are viewing a single comment's thread
view the rest of the comments
[โ€“] lemann@lemmy.one 0 points 1 year ago (1 children)

Not familiar with Lemmy's API specifically but you might need to be logged in for that...

Do you get a 403 when using a private browser window, logged out of lemmy?

[โ€“] SubArcticTundra@lemmy.ml 0 points 1 year ago* (last edited 1 year ago)

Oh, didn't think of this. True I did make the request from the browser that I use to browse Lemmy. Edit: Nope, wtill loads in Incognito... ๐Ÿค”