Advertisement
Guest User

Untitled

a guest
Sep 22nd, 2019
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. import matlab.net.*
  2. import matlab.net.http.*
  3. r = RequestMessage;
  4. uri = URI('https://api.ipify.org');
  5. resp = send(r,uri);
  6. status = resp.StatusCode
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement