octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #56624] webwrite only supports form-encoded pa


From: Kai Torben Ohlhus
Subject: [Octave-bug-tracker] [bug #56624] webwrite only supports form-encoded parameters, not user-defined data
Date: Tue, 16 Jul 2019 03:00:35 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.142 Safari/537.36

Update of bug #56624 (project octave):

                  Status:                    None => Confirmed              
             Assigned to:                    None => siko1056               

    _______________________________________________________

Follow-up Comment #1:

Confirmed.  Thanks for observing this case Mike.  Unfortunately, this can't be
handled by a simple branch:


if (strcmp (options.MediaType, "application/x-www-form-urlencoded"))
  param = strsplit (varargin{1}, {"=", "&"});
...


The "backend function" `__restful_service__` requires a Nx2 cell array of
key-value string pairs.  WIP.

    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?56624>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]