Skip to content

Escaping (ampersand) in browsable API URLs. #9643

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

Open
modernNeo opened this issue Feb 2, 2025 · 3 comments
Open

Escaping (ampersand) in browsable API URLs. #9643

modernNeo opened this issue Feb 2, 2025 · 3 comments

Comments

@modernNeo
Copy link

I think this issue has come back: #1649

Copy-pasting my comment on that issue here since I am an unsure if anyone got notified about an issue from so far back:

Django==3.2.20
djangorestframework==3.14.0

and I am seeing this load for the next url

<a href="http://127.0.0.1:8000/user_points/?page=2%C3%97tamp%3D5" rel="nofollow"><span class="str">http://127.0.0.1:8000/user_points/?page=2&amp;timestamp=5</span></a>
@browniebroke
Copy link
Member

Have you tried with the latest Django and DRF?

@modernNeo
Copy link
Author

as I suspected, issue persists with the following modules

Django==5.1.5
djangorestframework==3.15.2

@NikeGunn

This comment has been minimized.

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

3 participants