You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Django users
I am actually developing an android app which will fetch data using an api . I am trying to pass multiple parameters in the url using query strings, but I am not able concatenate those parameters in the url.
eg: U/userapi/?email=abc&pass=bcd
I trying to achieve the above example.
How do I take email and password parameter together in the url ?