Thanks for the link.
Casablanca SDK is designed to create a mini light server, just like IIS, where we can GET, POST, PUT HTTP Interface.
I know it is designed for use with C++. But my aim is to send an HTTP requst from a CHROME toolbar. Unlike IE toolbar, which is made using pure C++ COM, a CHROME toolbar is made up of pure JavaScript. So the only way of sending an HTTP request from CHROME toolbar is through XMLHttpRequest.
So can you show me some LIVE example where an HTTP request is posted to C++ REST Server from a javascript file?
Casablanca SDK is designed to create a mini light server, just like IIS, where we can GET, POST, PUT HTTP Interface.
I know it is designed for use with C++. But my aim is to send an HTTP requst from a CHROME toolbar. Unlike IE toolbar, which is made using pure C++ COM, a CHROME toolbar is made up of pure JavaScript. So the only way of sending an HTTP request from CHROME toolbar is through XMLHttpRequest.
So can you show me some LIVE example where an HTTP request is posted to C++ REST Server from a javascript file?