View Issue Details

IDProjectCategoryView StatusLast Update
0012944MMW v4Podcastspublic2016-12-01 17:34
Reporterlowlander Assigned To 
PriorityhighSeveritymajorReproducibilityalways
Status closedResolutionfixed 
Product Version4.1.9 
Target Version4.1.11Fixed in Version4.1.11 
Summary0012944: Soundcloud Podcast fails to subscribe
Descriptionhttps://feeds.soundcloud.com/users/soundcloud:users:47779255/sounds.rss

fails with please enter feed URL and Title and if Title is manually added with 403 forbidden.
Additional Informationhttp://www.mediamonkey.com/forum/viewtopic.php?f=1&t=82883
EWE-983-15091
TagsNo tags attached.
Fixed in build1779

Relationships

related to 0012166 closedLudek Can't subscribe to Podcast (possibly long URL) 
related to 0013071 closedLudek Penny Arcade Podcast fails with SSL error 

Activities

Ludek

2016-01-14 21:01

developer   ~0043869

Last edited: 2016-01-14 21:04

This podcast works in MM5, but fails with MM4, to find why...

Similarly podcast from 0012166 works with MM5, but fails with MM4

Ludek

2016-01-14 21:18

developer   ~0043870

Last edited: 2016-01-14 21:18

Seems to be caused by a fix/change in Indy

- In MM4 the Host request header is 'Host: feeds.soundcloud.com:443' (is not accepted)
- In MM5 the Host request header is 'Host: feeds.soundcloud.com' (accepted)

Ludek

2016-01-14 21:36

developer   ~0043872

Fixed in 4.1.11.1779

peke

2016-01-21 13:46

developer   ~0043932

Last edited: 2016-01-21 13:48

Verified 1780

But I have one clarification Question:
feeds.soundcloud.com:443 is a HTTPS Port maybe that was the reason for rejection and possibly why feeds.soundcloud.com worked?

Can you please elaborate what exactly the fix was, for possible support knowledgebase.

Ludek

2016-01-21 14:07

developer   ~0043940

The fix was directly in Indy source code where older version of Indy used HOST request header in the form host:port while the newer version uses host only (as expected and accepted now by the host server)