Question

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.

Was it helpful?

Solution

Verify the url you are trying to open. Might be your URL is not correct.

OTHER TIPS

Would be nice to see what you have so far but you can always use python's requests module

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top