Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Why is my HTTP client sending unwanted “application/x-www-form-urlencoded” content type headers?

0
10 Posted

Why is my HTTP client sending unwanted “application/x-www-form-urlencoded” content type headers?

0
10

When you do a simple GET with the Restlet HTTP client connector based on JDK’s HttpURLConnection, an extra “content-type” header can be sent to the server, even though your call doesn’t provide any input content (because you just GET a representation). This is due to a bug in JDK 5.0 that was fixed in update 10 and in JDK 6.0 as indicated in the bug report.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123