Post to a server writen in Hapijs from wordpress using wp_remote_post

After further look into the problem I found out that for a weird reason wordpress only allows posting to port 80. Otherwise the post is denied.

In other words, the server you are posting to must be listening on port 80.