Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6679639
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T04:22:56+00:00 2026-05-26T04:22:56+00:00

I am posting from a Webview to the https server as shown in the

  • 0

I am posting from a Webview to the https server as shown in the below URL with BASE64 as charset.

Send data to page loaded in WebView

My postdata string is a Base64 encoded string with “+” in it.

When i am posting in the way as shown in the above URL, server log shows postdata string with a missing “+”

I should be able to post any data string from the Webview because i will be posting a Base64 Encoded string on which i don’t have control.

Please help me solve this issue.

Update:I even tried like this

String postData = "fileContents=" + fileCon;

 mWebView.postUrl(url,postData.getBytes());

But still “+” is removed from postData when it is posting.If there is no “+” in the postData, it posts correctly.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T04:22:57+00:00Added an answer on May 26, 2026 at 4:22 am

    The + is a special character in URLs and represents a space. You need to URL-encode the parameter value before sending it.

    String postData = "fileContents=" + URLEncoder.encode(fileCon, "UTF-8");
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am posting data from one ASP.NET page to another via jQuery ajax call
I have forms posting data from instances of a particular abstract class: public abstract
I'm having some trouble POSTing data from a client machine to our internal site
Having a problem with a servlet posting from a form: // index.jsp <FORM ENCTYPE='multipart/form-data'
I'm having trouble posting data to a WCF Service via HTTP Post and send
How do I prevent the user from posting the same data to the action
The data that I am posting from a VB.Net client is large and I
I am trying to keep my Ajax call from posting back to the server
First off, I am cross-posting this from Server Fault because I did not receive
Before posting to another page from my center frame, I want to remove the

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.