Questions tagged [percent-encoding]

Percent-encoding (aka URL encoding) is the way that non-alphabet characters are encoded in URLs and URIs (e.g. spaces turn into %20).

See the full Wikipedia article on the subject: Percent-encoding

83 questions
1
vote
1 answer

Discrepancies of Percent Encoding for URLs

After viewing this previous SO question regarding percent encoding, I'm curious as to which styles of encodings are correct - the Wikipedia article on percent encoding alludes to using + instead of %20 for spaces, while still having an…
Athan Clark
  • 3,886
  • 2
  • 21
  • 39
1
vote
0 answers

SWIFT 2 - Percent Encoding not saved in JSON

I am trying to post comment using 'Percent Encoding', everything seems to work however, when the php file save the value to a JSON list the encoding is changed to "\u2764\ufe0f". Why is this happening? Should not JSON index the data as a…
SNos
  • 3,430
  • 5
  • 42
  • 92
1
vote
3 answers

How to encode url using urllib

I have this php function that i'm in front of developping the same in python 2.7: //PHP $actionSLK = 'https://test.monsite.com/script.cgi'; $storeId = 'test'; $cartId = 'test2'; $totalAmountTx = '100'; $email = 'test@monsite.com'; $SLKSecretKey =…
Drwhite
  • 1,545
  • 4
  • 21
  • 44
1
vote
1 answer

iframe src URL W3C validation error

Every time I get an error when validating: