-1

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.

Shobhit Puri
  • 25,769
  • 11
  • 95
  • 124
Ali Kazi
  • 124
  • 4

2 Answers2

1

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

Marconi
  • 3,601
  • 4
  • 46
  • 72
1

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

fakhir hanif
  • 655
  • 1
  • 8
  • 17