0
votes

For booking of uber cabs from native android application i'm following this tutorial on [https://developer.uber.com/docs/riders/ride-requests/tutorials/api/curl][2]

I'm following step1 and i'm getting UBER signup page but in step2 i am getting this response " 405 Method Not Allowed

Method Not Allowed

The method is not allowed for the requested URL.

". Thank you.
1

1 Answers

1
votes

It looks like you are using a http get request instead of a http post method request.