I've a Javascript app(Not a Node.js one, actually runs on Apache Httpd) which has to recieve data from custom server. So my server sends a post request and i've to recieve it client side javascript. Is there any way to achieve this?
Thanks in Advance