logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: missing characters in body of http request
Author
elscorpio



Joined: 09 Nov 2021
Posts: 1
Location: France

PostPosted: Tue 09 Nov '21 15:15    Post subject: missing characters in body of http request Reply with quote

Hello everybody,
I developed a webhook waiting for a json. I have a problem: when I receive the json in my webhook, the symbols '+' become spaces ' '.
In addition, I have a symbol '=' which is added at the end of the json which prevents me from using the serialization functions.

If I test my webhook on a test server, I don't have the problem (so it's not a problem with my code).

My test server is a windows 2012R2 server 64 bits with Apache 2.2
My prod server is a windows 2019 server 64 bits with Apache 2.4.
I uncomment all the LoadModule on my prod that are uncommented on my test server but nothing change.


I think the problem is in my apache configuration and I would have help with it.

It's very annoying because the data I get are wrong.

Thank you
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7294
Location: Germany, Next to Hamburg

PostPosted: Sun 21 Nov '21 22:24    Post subject: Reply with quote

Can you post the relevant config please?
Back to top


Reply to topic   Topic: missing characters in body of http request View previous topic :: View next topic
Post new topic   Forum Index -> Apache