Details
- 
        Type:Monitor 
- 
        Status: Closed
- 
            Priority: Major Major
- 
            Resolution: Done
- 
            Affects Version/s: None
- 
            Fix Version/s: 2021
- 
            Component/s: FIWARE-TECH-HELP
- 
                        HD-Enabler:Orion
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!
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
- All
- Comments
- History
- Activity
- Transitions