[GH-ISSUE #174] Creating folders from iOS is broken #6520

Closed
opened 2026-04-10 22:41:51 -05:00 by GiteaMirror · 1 comment
Owner

Originally created by @papertigers on GitHub (Nov 20, 2017).
Original GitHub issue: https://github.com/bitwarden/android/issues/174

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). Original GitHub issue: https://github.com/bitwarden/android/issues/174 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.

<!-- gh-comment-id:345682838 --> @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#6520