This mailing list is for the development of Django itself, not for support 
using Django. Please use the django-users mailing list for that, or IRC #django 
on freenode, or a site like Stack Overflow.

Also, please never add private credentials in query strings like that. Use a 
POST request.

> On 3 May 2019, at 15:05, Surajeet Das <surajeet...@gmail.com> wrote:
> 
> 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 ?
> Help me out on that.
> -- 
> You received this message because you are subscribed to the Google Groups 
> "Django developers (Contributions to Django itself)" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to django-developers+unsubscr...@googlegroups.com.
> To post to this group, send email to django-developers@googlegroups.com.
> Visit this group at https://groups.google.com/group/django-developers.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/django-developers/2025cb43-6023-48b4-9141-664307933084%40googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers  (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To post to this group, send email to django-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/django-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/8B88AF3B-74B5-4016-AEFD-904460A8EB16%40tomforb.es.
For more options, visit https://groups.google.com/d/optout.

Reply via email to