Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to POST / GET params with '+' char inside ?
2020-02-15, 22:01 (This post was last modified: 2020-02-15 22:23 by alhyene.)
Post: #3
RE: How to POST / GET params with '+' char inside ?
thx for reply, I tried it.

set plus:hex 2b
set plus ${plus:string}
set myURL some${plus}thing

params --name mydata
param --params mydata data_1 ${myURL}
etc...

unfortunaly don't work.

Is this "bug" come from iPXE or webserver / php5 side ?

but if I try :

params --name mydata
param --params mydata data_1 some${plus}thing
etc...

I got : some_thing
and not : some+thing

params --name mydata
param --params mydata data_1 some+thing
etc...

the same (some_thing)

Huh
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: How to POST / GET params with '+' char inside ? - alhyene - 2020-02-15 22:01



User(s) browsing this thread: 1 Guest(s)