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

PUT/PATCH/POST routes for test now work with json #256

Merged
merged 1 commit into from
May 11, 2024

Conversation

Aqua-sc
Copy link
Contributor

@Aqua-sc Aqua-sc commented May 11, 2024

De PUT/PATCH/POST routes voor de testen werkten nog met een multipart form, dit is nu verandert zodat het met json werkt. Belangrijk is wel dat de tekst deftig geëscaped wordt vooraleer deze in de json gestopt wordt.

Handmatig kan dit escapen bv. met deze tool

  • (deze genereerde bij mij ook wel \r voor de newlines, deze zou ik sowieso wegdoen al zal dit waarschijnlijk geen probleem zijn als je op linux werkt)

@Aqua-sc Aqua-sc requested a review from usserwoutV2 May 11, 2024 20:41
@Aqua-sc Aqua-sc merged commit 94f3003 into development May 11, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants