mcxiaoke / android-volley

DEPRECATED
4.29k stars 1.56k forks source link

METHOD DELETE on VOLLEY #162

Open abdymm opened 8 years ago

abdymm commented 8 years ago

i try to user DELETE METHOD in volley, but is not compatible when i user POSTMAN, i always get else error . why ? are volley support DELETE METHOD ?

rayanmestiri commented 8 years ago

Volley doesn't support parameters with DELETE. I don't know why exactly, it seems to be a design decision.

abdymm commented 7 years ago

Delete is worked, but the body must empty and paramater place in url
thankyou @rayanmestiri