View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0012944 | MMW v4 | Podcasts | public | 2015-11-07 18:09 | 2016-12-01 17:34 |
| Reporter | lowlander | Assigned To | |||
| Priority | high | Severity | major | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Product Version | 4.1.9 | ||||
| Target Version | 4.1.11 | Fixed in Version | 4.1.11 | ||
| Summary | 0012944: Soundcloud Podcast fails to subscribe | ||||
| Description | https://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 Information | http://www.mediamonkey.com/forum/viewtopic.php?f=1&t=82883 EWE-983-15091 | ||||
| Tags | No tags attached. | ||||
| Fixed in build | 1779 | ||||
|
|
This podcast works in MM5, but fails with MM4, to find why... Similarly podcast from 0012166 works with MM5, but fails with MM4 |
|
|
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) |
|
|
Fixed in 4.1.11.1779 |
|
|
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. |
|
|
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) |