UNSOLVED

TonyHoover21

updated

9 years ago

0

2204

September 6th, 2017 11:00

VMAX API Call using Python?

Hey All,

I'm just barely digging into the API World using Python and I'm having a big of trouble getting a simple call to go thru. It seems like it's a security issue, but I can't seem to figure out how to get past it.

Would ya'll be able to help a poor soul out?

Script

import requests

# Make a get request to get the latest position of the international space station from the opennotify api.
response = requests.get("https:// :8443/univmax/restapi/system/alert" , verify=False)

# Print the status code of the response.
print(response.status_code)