You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
constinputSQL=input.sql({commandText: 'SELECT * FROM schema.user u WHERE u.email = @email',commandType: 'Text',parameters: '@email={email}',connectionStringSetting: 'SqlConnectionString',})
where the request content type is application/x-www-form-urlencoded
and body is email=sample%40email.com&password=supersecretpassword
Hello,
I am trying to do the following
where the request content type is
application/x-www-form-urlencoded
and body is
email=sample%40email.com&password=supersecretpassword
As a result I get the following error
Is there some secret sauce to parameter declaration that I haven't found, or do I have write additional code in frontend to send a JSON instead?
Thanks in advance.
The text was updated successfully, but these errors were encountered: