by Magenta »
22 Mar 2019, 22:04
Dear Team,
please note that we are facing the below issue when we are testing a new module in our ERP for calling the api .
our HSNM Manager portal working fine from any where , but the api call working only on local network ???
below example
----
call from outside the network using base url
https:// ZZZ.dyndns.com/api/v1/
result :
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>404 Not Found</title>
</head><body>
<h1>Not Found</h1>
<p>The requested URL /api/v1/testapi/apikey=XXX/sparam=XXX was not found on this server.</p>
</body></html>
------
call from same local network using base url 172.16.16.2/api/v1/
result :
"TestAPI function ok (2019-03-23 00:27:11)"
is this is related to some SSl certificate ,or Apache update Version or its related to some configuration in my network ?please advice
we are using V 6.0.171.
and for some unknown reason we dont see any ability to upgrade we just see ability to downgrade to V 6.0.170
and apatchi update always there showing the button to "upgrade now" even we tried several time to upgrade it
thank you