But this callback function dont get to run. The API is to issue a  GET http
request to the url specified as my callback url.

The url specified is 'https://Jshhhtoo.localtunnel.me/callback/blue-cap'

And in my urls.py i have this pattern

url(r'^callback/(?P<param>[-\w]+)/$', call_back, name='callback'),


Your regex is looking for a trailing slash. Try this URL or fix your regex:

https://Jshhhtoo.localtunnel.me/callback/blue-ca
<https://jshhhtoo.localtunnel.me/callback/blue-cap>p/

-James

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CA%2Be%2BciVnwzss_13_2%3DmwOYizLg6j78uxSaAOKwSTDSRNgUU7cQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to