I’m having issue with CRUD operation.
Its giving error while I’m creating:
raise ConnectionError(e, request=request)
requests.exceptions.ConnectionError: HTTPSConnectionPool(host=‘xx.xxx.xx.xxx’, port=xxx): Max retries exceeded with url: /api/resource/City (Caused by NewConnectionError(’<urllib3.connection.VerifiedHTTPSConnection object at 0x7f5b11cd2ed0>: Failed to establish a new connection: [Errno 111] Connection refused’,))
Also I want to confirm is this the correct way to pass csrf token ?