I have a test application running at test.rsscloud.io on ports 80 and 9876.
The following code works:
curl --location --request POST 'https://brokenriverbooks.com/?rsscloud=notify' \
--header 'Content-Type: application/x-www-form-urlencoded' \
--data-urlencode 'domain=test.rsscloud.io' \
--data-urlencode 'port=80' \
--data-urlencode 'path=/feedupdated-s8759' \
--data-urlencode 'registerProcedure=' \
--data-urlencode 'protocol=http-post' \
--data-urlencode 'url1=https://brokenriverbooks.com/feed/'
However if you change the port to 9876 it fails. For some reason the rssCloud plugin seems unable to hit ports that are not 80.
Let's start here.
http://feeder.scripting.com/returnjson?feedurl=https://unberkeley.wordpress.com/feed/
feeder.scripting.com is a web service that shows you exactly what FeedLand will get when it reads the feed.
As you can see the cloud element is on port 80.
If I understand correctly, this feed will work because WordPress is working properly as long as it's port 80.
Correct?