Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

append slash to the URL with setRequestSuffix doesn't work. #45

Closed
alican opened this issue May 3, 2013 · 3 comments
Closed

append slash to the URL with setRequestSuffix doesn't work. #45

alican opened this issue May 3, 2013 · 3 comments

Comments

@alican
Copy link

alican commented May 3, 2013

Hi Martin!

I try to set a Slash to the end of the URLs with setRequestSuffix but after that the URL ends with an escaped "%2F".
The Restful Framework Tastypie for Django needs a slash by default. You can change this in Tastypie and Django, but djangos url dispatcher works only with an ending slash optimally.

@mgonto mgonto closed this as completed in 0350bcd May 3, 2013
@mgonto
Copy link
Owner

mgonto commented May 3, 2013

Please try it out and reopen if you have any problem.

Thanks!

@mgonto
Copy link
Owner

mgonto commented May 3, 2013

(v0.6.2 released)

@alican
Copy link
Author

alican commented May 3, 2013

Thanks Martin! :)
It's now work if you set a whitespace.

RestangularProvider.setRequestSuffix(' ');

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants