I've tried many ways to access a websites ajax function. Here is the code:
$.ajax({
    type: 'POST',
    url: 'sched', 
    so on and so fourth..
});
Notice: In the url, there is a url parameter named sched. Obviously if i run this in my own server or website this won't work. Is there any way that i may know the root address of this url? Like example.com/sched? Thanks 
 
     
     
    