Preview of feeds does not work #340

Closed
opened 2020-03-18 21:54:08 +01:00 by jamietanna · 1 comment
jamietanna commented 2020-03-18 21:54:08 +01:00 (Migrated from github.com)

Describe the bug

Attempting to add a feed, and clicking Preview fails.

To Reproduce

Steps to reproduce the behavior:

  1. Attempt to add a new feed
  2. Click Preview

Expected behavior

Feed is previewed.

Screenshots

N/A

Smartphone (please complete the following information):

  • Device: Pixel 3A
  • Android version: 10

Additional context

My MicroSub reader is https://aperture.p3k.io/

I've been seeing this issue since the feature was first implemented, but I haven't raised it until now - sorry!

**Describe the bug** Attempting to add a feed, and clicking `Preview` fails. **To Reproduce** Steps to reproduce the behavior: 1. Attempt to add a new feed 2. Click `Preview` **Expected behavior** Feed is previewed. **Screenshots** N/A **Smartphone (please complete the following information):** - Device: Pixel 3A - Android version: 10 **Additional context** My MicroSub reader is https://aperture.p3k.io/ I've been seeing this issue since the feature was first implemented, but I haven't raised it until now - sorry!
swentel commented 2020-03-18 22:43:06 +01:00 (Migrated from github.com)

This is related with https://github.com/indieweb/microsub/issues/34

The spec says to use POST, but Aperture only accepts it on GET :)

I know Drupal Microsub and Yarns accept both GET and POST. I found it logical initially to use GET, but, as Aaron also suggests in that issue, POST is just safer to use.

So I think this should be fixed in Aperture and drupal and yarns should remove the existing GET.

This is related with https://github.com/indieweb/microsub/issues/34 The spec says to use POST, but Aperture only accepts it on GET :) I know Drupal Microsub and Yarns accept both GET and POST. I found it logical initially to use GET, but, as Aaron also suggests in that issue, POST is just safer to use. So I think this should be fixed in Aperture and drupal and yarns should remove the existing GET.
This discussion has been locked. Commenting is limited to contributors.
No milestone
No project
No assignees
1 participant
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
inhji/indiepass-android#340
No description provided.