Search found 1 match

by blacksfk
Wed Mar 25, 2020 3:28 am
Forum: Mod portal Discussion
Topic: [Mod Web API] API crashes when accessing certain pages
Replies: 1
Views: 1264

[Mod Web API] API crashes when accessing certain pages

You can (unintentionally) crash your mod API by going to roughly the middle page of JSON results. Or at least throw 500 errors. Examples: page_size = 500, page = 5 page_size = 1000, page = 3 page_size = 125, page = 20 Navigating to pages before and after the "middle" seem to return results...

Go to advanced search