Uploaded image for project: 'Help-Desk'
  1. Help-Desk
  2. HELP-9553

FIWARE.Question.Tech.How to work with DELETE request and X-Auth-Token.

    Details

      Description

      Created question in FIWARE Q/A platform on 20-12-2016 at 16:12
      Please, ANSWER this question AT https://stackoverflow.com/questions/41245352/how-to-work-with-delete-request-and-x-auth-token

      Question:
      How to work with DELETE request and X-Auth-Token

      Description:
      I want DELETE operation be allowed only after authentication/authorization process. I tried to do a DELETE operation passing an X-Auth-Token, but I got this: The status of this operation is: 400 Some error occurred!

      {"error":"BadRequest","description":"Orion accepts no payload for GET/DELETE requests. HTTP header Content-Type is thus forbidden"}

      I did this with GET request, without problem, but it is not working for DELETE.

      headers =

      {'X-Auth-Token': token}

      s = Session()
      request = Request('DELETE', DELETE_URL + entity_id, headers=headers)
      prepped = request.prepare()
      del prepped.headers['Content-Length']
      r = s.send(prepped)

        Activity

        Hide
        backlogmanager Backlog Manager added a comment -

        2017-06-08 18:06|CREATED monitor | # answers= 2, accepted answer= True

        Show
        backlogmanager Backlog Manager added a comment - 2017-06-08 18:06|CREATED monitor | # answers= 2, accepted answer= True
        Hide
        backlogmanager Backlog Manager added a comment -

        2017-06-08 21:05|UPDATED status: transition Answer| # answers= 2, accepted answer= True

        Show
        backlogmanager Backlog Manager added a comment - 2017-06-08 21:05|UPDATED status: transition Answer| # answers= 2, accepted answer= True
        Hide
        backlogmanager Backlog Manager added a comment -

        2017-06-09 00:05|UPDATED status: transition Finish| # answers= 2, accepted answer= True

        Show
        backlogmanager Backlog Manager added a comment - 2017-06-09 00:05|UPDATED status: transition Finish| # answers= 2, accepted answer= True

          People

          • Assignee:
            fermin Fermín Galán
            Reporter:
            backlogmanager Backlog Manager
          • Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: