Creating folders from iOS is broken #121

Closed
opened 2025-11-07 08:27:42 -06:00 by GiteaMirror · 1 comment
Owner

Originally created by @papertigers on GitHub (Nov 20, 2017).

The first line was from the iOS app which 404'd while the second line is from the firefox extension. It looks like the iOS app is missing a slash in the endpoint.

10.0.1.1 - - [19/Nov/2017:23:49:32 +0000] "POST /apifolders HTTP/1.1" 404 18 0.0013
10.0.1.1 - - [20/Nov/2017:03:21:19 +0000] "POST /api/folders HTTP/1.1" 200 214 0.2575
Originally created by @papertigers on GitHub (Nov 20, 2017). The first line was from the iOS app which 404'd while the second line is from the firefox extension. It looks like the iOS app is missing a slash in the endpoint. ``` 10.0.1.1 - - [19/Nov/2017:23:49:32 +0000] "POST /apifolders HTTP/1.1" 404 18 0.0013 10.0.1.1 - - [20/Nov/2017:03:21:19 +0000] "POST /api/folders HTTP/1.1" 200 214 0.2575 ```
Author
Owner

@kspearrin commented on GitHub (Nov 20, 2017):

Fixed for next version. Thanks.

@kspearrin commented on GitHub (Nov 20, 2017): Fixed for next version. Thanks.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/android#121