java - Can I access a url with dynamic port through ajax call? -
consider next code..
$.ajax({ url: "http://***.*.*.*:9001/jolokia/*", datatype:"json", async: false }).responsetext;
can access url dynamic port? such as, if port keeps on changing dynamically can ajax phone call info url?
java javascript jquery ajax
No comments:
Post a Comment