urldecode reverses replacements by urlencode(), which is used to prepare a string for use in a URL by replacing invalid characters such as /, +, ', % etc.

learn more… | top users | synonyms

0
votes
0answers
20 views

Getting in PHP a javascript encodeURIComponent POSTed data

I am writing a PHP-javascript-AJAX based application which sends a form in AJAX as a synchronous request using POST method to a php script. I used encodeURIComponent() function in javascript on each ...
-1
votes
1answer
25 views

eregi and urldecode($_GET) [closed]

I've been trying to authenticate this website for a while, and I know it's got something to do with the $_GET being urldecoded twice that would make it vulnerable. I've tried encoding "?id=admin" and ...
0
votes
1answer
30 views

URL parameter Decoding not working

In my java web application I have to construct a URL and then call the URL. While creating the URL I am encoding the parameter value using URLEncoder.encode("text","UTF-8") But when we get the ...
0
votes
1answer
50 views

Url decode UTF-8 in Python

I have spent plenty of time as far as I am newbie in Python. How could I ever decode such a URL: ...
0
votes
1answer
42 views

Decode URL/URI in JSTL

I need to decode a URL/URI with JSTL so that an encoded string such as: %3Fname%3DUpHelix becomes: ?name=UpHelix I know you can use URLDecoder in regular java but I don't know how to pull it off ...
0
votes
1answer
40 views

Qt, QUrl, QUrlQuery: encoding special character in query string

I create a url query like this: QString normalize(QString text) { text.replace("%", "%25"); text.replace("@", "%40"); text.replace("‘", "%27"); ...
0
votes
1answer
19 views

Cuts off form data when setting url as value

This script creates a cookie depending on form data, (ex: ?docname=My Document) <script type="text/javascript"> { var docname = getValue("docname"); // these go off another script to get form ...
-1
votes
2answers
59 views

ios - How to declare URLDecode?

I'm trying to get access token,when I decode URL it's getting an error,I think am declaring wrong here.How to declare URLDecode to get access token? in .h file @interface NSString (URLDecode) ...
1
vote
1answer
43 views

Urldecode in PHP

I was wondering...my friend and I were having a debate over this. Is there anything I could pass in the url to get to the echo call (The one that says "Yay potatoes!!!" sorry was unclear)? <? ...
0
votes
5answers
33 views

urldecode losses 1 parameter

I'm using urlencode & urldecode to pass variables trough a html-form. $info = 'tempId='.$rows['tempID'].'&tempType='.$rows['tempType'].'&dbId='.$rows['ID']; echo '<input type="hidden" ...
1
vote
2answers
91 views

ios - NSString URL decode? [duplicate]

I'm trying to Decode URL,but i'm getting warning message like "NSString may not respond to URLDecode". NSString* token = [[urlStr substringFromIndex:r.location + 1] URLDecode]; Any ideas?
0
votes
3answers
45 views

How to secure query strings in php ?

the urlencode and urldecode functions are there, but if you have an encoded value that can be easily decoded using the urldecode function. Is there any other method which can be used to make the ...
0
votes
1answer
146 views

Best way to urldecode (php) in NodeJS

So I am trying to decode a string that was previously urlencoded with php in Node. About a month ago I had it working with: querystring.unescape(str.replace(/\+/g, '%20')); Then it just stopped ...
-2
votes
1answer
189 views

Passing parameters through URL in CodeIgniter

I'm having a problem regarding passing parameter from url. The function I use sometimes give the correct result and sometimes not. here is my controller functions: public function link_gen(){ ...
0
votes
1answer
95 views

On server side URL parameter value after encode/decode looks 'strange'. Why?

On client side (in Browser) URL looks like this one: http://www.google.com?param1=Name1%3DValue1 it means, that parameter param1 has value Name1=Value1 On Server Side, I see, that param1 has value ...
0
votes
2answers
157 views

NSString URL decode?

I have tried a lot of approaches out there, but this tiny little string just cannot be URL decoded. NSString *decoded; NSString *encoded = @"fields=ID%2CdeviceToken"; decoded = (__bridge ...
0
votes
0answers
19 views

Commas in Form $_GET values

I'm aware of several similar posts on this topic, but I've not come across that has fully helped in me in completing my task. The most relevant is Do not escape special characters on form submit and ...
0
votes
2answers
83 views

url decode - doesn't work

why does the following decoded script not work? The original code seems to run just fine. javascript:(function(s){try{s=document.selection.createRange().text}catch(_) ...
1
vote
3answers
181 views

%20 is added instead of spaces

I guess this is small issue but yet i had to ask here since i am running short in my project. When I pass string to the function in another controller, it changes spaces into %20 sign. I guess the ...
0
votes
3answers
275 views

Url Decode T-SQL function not translating out of ascii scope characters

I'm using this function to decode url encoded string : ALTER FUNCTION [dbo].[UrlDecode](@url varchar(3072)) RETURNS varchar(3072) AS BEGIN DECLARE @Position INT, @Base CHAR(16), ...
0
votes
0answers
97 views

How to decode in php a javascript value [closed]

I'm working on a scarper application and I need to get a javascript value and post it to a specific URL (using php ). The value looks like this http://pastebin.com/index/rVPwAY5v The value is ...
0
votes
4answers
80 views

Can't fetch information from database with urldecode

I have used urldecode to receive a member ID from a previous site. The correct ID is being displayed in the URL but I can't fetch information from the database. members.php: <?php $query = ...
0
votes
2answers
40 views

Trouble with urldecode and fetching information from database

I have used urldecode to receive a member ID from a previous site. The correct ID is being displayed in the URL but I can't fetch information from the database. <?php $id = ...
0
votes
2answers
89 views

Dealing with Whitespaces in url using PHP or codeigniter

I am working on a project that requires me to take post code from URL. Since the postcode has got space in it,I have two options to achieve this: 1) Either construct a URL with postcode having a space ...
-1
votes
2answers
360 views

How do I base64 decode in Java? [closed]

I'm working on a SSO project with PHP on one side and Java on the other. Everything works perfectly fine on the PHP side, but on the Java side I don't know how to go about what I'm trying to do. ...
0
votes
0answers
253 views

Illegal hex characters in escape (%) pattern - For input string:

My application regularly spurts the below exception in the logs (without any functionality break). The problem is that it doesn't mention any line of my code. It only mentions exception from ...
0
votes
2answers
335 views

Urlencode & Urldecode in php

On server: Browser Url--->http://www.mysite.com/?email=external%2Buser%40gmail.com Email passed in browser--->external%2Buser%40gmail.com Email After Encode--->external%5Euser%40gmail.com ...
0
votes
1answer
358 views

URL encoding and JSF REDİRECT

I must have utf-8 characters in url. For example there is a string that is to be put in url: "Hayranlık" I thought to encode it: try{ selected=URLEncoder.encode(selected,"UTF-8"); ...
0
votes
1answer
160 views

URL encoding with Javascript and then decoding with PHP

I am wanting to url encode a string with Javascript, with the relevant part of the code being: this.options[this.selectedIndex].value or the full line: <select name="category" ...
2
votes
1answer
168 views

decode URL only non-ascii character

Now I'm working on Wikipedia. In many articles, I noticed some URLs, for example, https://www.google.com/search?q=%26%E0%B8%89%E0%B8%B1%E0%B8%99, are very long. The example URL can be replaced with ...
0
votes
4answers
2k views

PHP URL decode GET

I have been using URL decode on encoded URL variables from $_get. The current problem I am facing is I have a URL encoded like this: ...
1
vote
1answer
99 views

PHP: Undefined offset in urldecode / explode

Trying to deconstruct a function I'm receiving a warning notice on that is used to retrieve CSV data from a database. The function is called from index.php file, and may be formatted as ...
2
votes
0answers
132 views

Parse application/x-www-form-urlencoded NSData into NSDictionary

are there some commonly used utils or standard way to parse http-forms into key-value pairs e.g. into NSDictionary? thanks for any help
0
votes
3answers
114 views

Send mail via out.php in order to track clicks of a button

I need to track a button every time someone clicks on it. I created a file "out.php" to send me an email and redirect to a link outside my page. This code redirects but the mail doesn't send. <div ...
0
votes
2answers
135 views

PHP redirect message - tracking with analyitcs outbound links

I need to track a dynamic button that redirects to another url. I need to track everytime this happens and know exactly to what url the user is beeing redirected. The button code: <a ...
-5
votes
2answers
163 views

How to URLDecode in c# .Net, but exclude some characters? [closed]

I want to urldecode, except for the %20 character. How do I accomplish this?
-1
votes
1answer
219 views

How to transfer files from PC to Android devices [closed]

how to open stream file from Http Request in browser and transfer from pc to android devices public class WebServer extends Thread { private static final String SERVER_NAME = "AndWebServer"; ...
0
votes
4answers
51 views

URL Get Incorrect

I have the following URL: /eventfunctions.php?eventtype=Don%27t+Touch+The+Floor and when I use $_GET['eventtype']; it is showing as Don\'t but I can't work out why the \ is there or how to get ...
1
vote
2answers
219 views

rawurldecode does not decode euro sign

I'm getting a textarea value with jQuery and using ajax to post it to the server. I'm using escape(textarea.val()) to encode the URL in jQuery. In my PHP script, I'm using rawurldecode to convert it ...
0
votes
0answers
65 views

Preserve High end ASCII in Java and javascript

I have an application which takes in user input from javascript/jsp form and stores it into Oracle database. User can retrieve information once entered. I always see, high ASCII characters are always ...
1
vote
1answer
85 views

How to get the string value from a js code

I want to get the string value and later to use urldecode(). Javascript document.write(unescape('%46%43%20%42%72%61%73%6f%76%20%76%73%2e%20%43%53%4d%53%20%49%61%73%69')); PHP $string = ...
1
vote
1answer
448 views

How can I proxy a query string URL in Apache?

I'm trying to get an older Apache (2.2.17) to proxy: http://foo.com/proxy/?url=http%3A%2F%2Fbar.com%2foo to: http://bar.com/foo I have: RewriteCond %{QUERY_STRING} ^url=(.*)$ RewriteRule ^/proxy/ ...
1
vote
2answers
359 views

xslt xml html: how can I decode URL by apply xsl template?

I want to have my data decoded after the xsl transfomation, what can I do? source: ...
0
votes
3answers
311 views

Decoding a string in C#

I have a string like "Akzo_Nobel_N@46@V@46@". The original string is "Akzo Nobel N.V." I need to decode it. I have tried like this public static string Decode(string query) { string dSData = ...
0
votes
4answers
549 views

Decoding UTF-8 URL in Python

I have a string like "pe%20to%C5%A3i%20mai". When I apply urllib.parse.unquote to it, I get "pe to\u0163i mai". If I try to write this to a file, I get those exact simbols, not the expected glyph. ...
0
votes
2answers
192 views

Javascript: decodeURIComponent refuses to work

I got this guy. He decode a string into a readble one. decodeURIComponent("Invalid Ticker Name \u0027t\u0027 at line: 3") "Invalid Ticker Name 't' at line: 3" Now look at this one. It tells us that ...
2
votes
4answers
380 views

How to Decode the &amp; from a URL so that header() works (urldecode not working)

I have the following URL: $url = 'http://mysite.com/?p=welcome&amp;x=1&amp;y=2'; I need to decode it so that header("Location: $url"); actually works. However, using urldecode($url) is not ...
1
vote
3answers
5k views

Using urldecode() results in MySql error

I need to pass special symbols through the URL for my MySQL query. For example, I need to have a URL that is something like: www.example.com/index.php?q=AND name LIKE '%hi%' When I tried it at ...
0
votes
1answer
376 views

Detect encoding of URL in Java

I have a case of mixed Data in a Database, and I am trying to see if this is a problem that can be solved. What I have is a partial URL in one of three formats: /some/path?ugly=häßlich // case 1, ...
0
votes
1answer
130 views

Fiddler2 - How do I URlDecode the Request body for Viewing?

I'm using Fiddler to debug some particularly painful AJAX code, and in the POST requests that are being sent across to the server the Request BODY is UrlEncoded. This leads to me having to cut and ...

1 2 3