We have a UI code that calls our backend to do a GET and PUT using https protocol. (i.e. GET /api/data and PUT /api/data) On the backend side, we have handlers defined for both