get https://api.sessionstack.com/v1/websites//sessions//logs
Add log to a session at a specified time. Optionally set a log level of the log.
$.get('http://yoursite.com/test/' + id, function(data) {
console.log(data);
});
Add log to a session at a specified time. Optionally set a log level of the log.
$.get('http://yoursite.com/test/' + id, function(data) {
console.log(data);
});
Try It!
to start a request and see the response here!