The app is using GET requests #147

Open
opened 2023-07-24 01:14:17 +00:00 by davidoskky · 0 comments
Contributor

Prerequisites

  • Are you running the latest version?
  • Did you check for an existing issue ?
  • Are you reporting to the correct repository?
  • Did you perform a cursory search?
  • Did you read the CONTRIBUTING guide ?

Description

I'm accessing a selfoss 2.19 instance and the app is making GET requests rather than POST requests.
Here are the server logs after logging in:

"GET /selfoss//login?username=user&password=password HTTP/2" 200 16 "-" "Ktor client"
"GET /selfoss//items?username=user&password=password&type=all&items=1 HTTP/2" 200 456 "-" "Ktor client"
"GET /selfoss//api/about HTTP/2" 200 512 "-" "Ktor client"
"GET /selfoss//items?username=user&password=password&type=unread&items=20&offset=0 HTTP/2" 200 24465 "-" "Ktor client"
"GET /selfoss//stats HTTP/2" 200 40 "-" "Ktor client"
### Prerequisites * [x] Are you running the latest version? * [x] Did you check for an existing issue ? * [x] Are you reporting to the correct repository? * [x] Did you perform a cursory search? * [x] Did you read the `CONTRIBUTING` guide ? ### Description I'm accessing a selfoss 2.19 instance and the app is making GET requests rather than POST requests. Here are the server logs after logging in: ``` "GET /selfoss//login?username=user&password=password HTTP/2" 200 16 "-" "Ktor client" "GET /selfoss//items?username=user&password=password&type=all&items=1 HTTP/2" 200 456 "-" "Ktor client" "GET /selfoss//api/about HTTP/2" 200 512 "-" "Ktor client" "GET /selfoss//items?username=user&password=password&type=unread&items=20&offset=0 HTTP/2" 200 24465 "-" "Ktor client" "GET /selfoss//stats HTTP/2" 200 40 "-" "Ktor client" ```
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Louvorg/ReaderForSelfoss-multiplatform#147
No description provided.