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 7059853
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T04:16:55+00:00 2026-05-28T04:16:55+00:00

I am making a GET from C#. var result = webClient.DownloadString( Microsoft.JScript.GlobalObject.encodeURI( http://www.example.com?value=contacts[contact][0][name]=test man

  • 0

I am making a GET from C#.

var result = webClient.DownloadString(
 Microsoft.JScript.GlobalObject.encodeURI(
   "http://www.example.com?value=contacts[contact][0][name]=test man"
);

This results in the recieving PHP site:
“value=contacts%5Bcontact%5D%5B0%5D%5Bname%5D=test%20man”

After decoding in PHP

urldecode($value)

“value=contacts%5Bcontact%5D%5B0%5D%5Bname%5D=test man”

So error on the [

But when i paste the url in a browser (IE8 or Chrome) i get this results in the recieving PHP site:
“value=contacts[contact][0][name]=test%20man”

IE. The browser sends the request (url) in a workable encoding, my code does not.

How do I use the GET with the correct encoding, as the browsers do?

  • 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-28T04:16:55+00:00Added an answer on May 28, 2026 at 4:16 am

    It was a lot of chars that had higher Code Points, that needs a %25 infront to parse right in PHP.
    Ex. å = %C3%E5 in encoding .NET
    but shold be:
    %25C3%25E5

    So I made a function for correcting this, it is not complete for reuse, but will be if all other codes are added.

            var urlCodes = new [] { "20", "C3", "84", "85", "96", "A4", "A5", "B6", "2C", "C2", "A0", "2F", "40", "3A" };
    
            foreach (var stringsUrlCodes in urlCodes)
            {
                encodedUrl = encodedUrl.Replace("%" + stringsUrlCodes.ToString(), "%25" + stringsUrlCodes.ToString().Replace("%", string.Empty));
            }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm making use of a captcha generator. http://xcaptcha.codeplex.com/ . In the example it shows
I am making an HTTP get request to a website for an android application
I am making HTTP connections to server to get some data. It works on
I have the following code making a GET request on a URL: $('#searchButton').click(function() {
I'm making a simple tool that will get a string of MySQL commands and
Often when making changes to a VS2008 ASP.net project we get a message like:
I'm making a C program where I need to get the directory that the
EDIT: I'm told that making you guys read means I get less attention. My
I'm making a RESTful web service call in my JavaScript page and get the
I'm making a custom event calendar with PHP. I am trying to get 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.