• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Issue not able to receive HTTP request from external partner

Srinivas P

New Pleskian
Hello ,

I have created http URL to receive files over http but it is not working properly. my website running on Apache Linux using plesk server. I am not sure what is the configuration is missing. Can anyone help me in this regards
 
Hello,

The information that you posted gives 0 information.

What method is used to receive the files?
What errors do you get?
How can such "issue" be reproduced?
etc..


Best Regards,
 
Thanks for your response Arashi I am using below code receive HTTP requests from external network.

include_once('include.inc.php');

try {
if (isset($_SERVER['REQUEST_METHOD']) && $_SERVER['REQUEST_METHOD'] == 'POST')
$response = AS2Server::handle();
else{
echo '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">' .
'<html><head>' .
'<meta name="description" content="AS2Secure - PHP Lib for AS2 message encoding / decoding: Your EAI partner">' .
'<meta name="copyright" content="AS2Secure - PHP Lib for AS2">' .
'<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">' .
'<title>AS2Secure - PHP Lib for AS2 message encoding / decoding</title>' .
'</head><body>'.
'<h2>AS2Secure - PHP Lib for AS2 message</h2>' .
'&copy; 2010 - <a href="http://www.as2secure.com">AS2Secure</a><br/><br/>' .
'You have performed an HTTP GET on this URL.<br/>' .
'To submit an AS2 message, you must POST the message to this URL.' .
'</body></html>';
}
}
catch(Exception $e){
echo 'Exception : '.$e->getMessage();
throw $e;


In AS2Server.php code will be like this
 
Can we chat on skype about this issue. If you can help in this regard then that would be great. my skype id : psv_bec
 
Back
Top