방건우

Results 1 comments of 방건우

how about containing headers? ` headers = { "Content-Type": "application/json" } try: print(payload) response = requests.post(self.server_url, headers=headers, json=payload, timeout=20)` this works for me.