How to make a HTTPS call from inside a Django view? I am trying to call the freshbooks api from django view but failed to do so as it gives me the following error. Unable to find the server at https.
Kindly help.
How to make a HTTPS call from inside a Django view? I am trying to call the freshbooks api from django view but failed to do so as it gives me the following error. Unable to find the server at https.
Kindly help.