What is WebDNA

WebDNA is a scripting and database system designed to easily build web applications.

WebDNA and BioType

BioType service is a biometric keystroke dynamic system. It will be part of WebDNA 8.5

Download WebDNA

Download WebDNA freeware, try it and register later if you want.

WebDNA resources

The list of all WebDNA instructions.
WebDNA
Software Corporation
Search WebDNA Site
 Menu


HOME


DOWNLOADS


LEARN


EDUCATION


NEWS


COMMUNITY


STORE


SUPPORT


CONTACT

Re: [WebDNA] Receive JSON POST

This WebDNA talk-list message is from

2019


It keeps the original formatting.
numero = 114561
interpreted = N
texte = 2181 --Apple-Mail=_E9D7AEFA-CF1C-492A-A130-22AB632EA33E Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=utf-8 OK, now I understand that you are wanting to respond to a request, you = are not making AND responding to the request. I have done this using xml, but I think that you may need to refer this = JSON request to Christophe. Kind regards Stuart Tremain Pharoah Lane Software AUSTRALIA webdna@plsoftware.com.au > On 25 Apr 2019, at 16:44, Michael Davis wrote: >=20 > Thanks Stuart, >=20 > Unfortunately, the solution can't be changing the way the post is = done. That's the way it is coming from the service that's sending it. = I see where adding a name=3Dvalue pair in your post example causes = WebDNA to find the FormVariable. It is possible FormVariables is = ignoring any header that doesn't have a value for name. Good question = for Christophe. >=20 > MD >=20 >> On Apr 24, 2019, at 8:23 PM, Stuart Tremain > wrote: >>=20 >> I tested this on a linux server: >>=20 >> [SHELL]curl -k POST https://plsoftware.com.au/test.html = -d = userinfo=3D'{"userName":"dim@witted.net = ","password":"mybirthday=E2=80=9D}'[/SHELL] >>=20 >> Result: >> FormVariables >> userinfo =3D {"userName":"dim@witted.net = ","password":"mybirthday=E2=80=9D} >>=20 >>=20 >> However, this may be a better solution for you as you will not have = to parse the JSON: >>=20 >> [SHELL]curl -k POST https://plsoftware.com.au/test.html = -d username=3Ddim@witted.net = -d password=3Dmybirthday [/SHELL] >>=20 >> on the test.html page: >>=20 >> FormVariables
>> [FormVariables name=3D&exact=3DF][name] =3D [value]
>> [/FormVariables] >>=20 >> Note that I have declared each variable as a separate -d >>=20 >> The -k means for curl to ignore ssl errors. >>=20 >> Make sure that your http://localhost/json_auth.dna = is able to deal with the WebDNA. >>=20 >>=20 >> Kind regards >>=20 >> Stuart Tremain >> Pharoah Lane Software >> AUSTRALIA >> webdna@plsoftware.com.au >>=20 >>=20 >>=20 >>=20 >>=20 >>=20 >>=20 >>> On 25 Apr 2019, at 02:28, Michael Davis > wrote: >>>=20 >>> Stuart, >>>=20 >>> To avoid any browser specific issues, I'm writing the = [FormVariables] output to a file and then opening the file with a text = editor.=20 >>>=20 >>> [WriteFile file=3D[cart].txt][FormVariables][name] =3D [value] >>> [/FormVariables][/WriteFile] >>>=20 >>>=20 >>> MD >>>=20 >>> April 23, 2019 11:04 PM, "Stuart Tremain" > wrote: >>> Have you have a look at the source code of the resulting page ? >>> Sometimes, depending on the browser, it does not display on the = rendered page. >>> Kind regards >>> Stuart Tremain >>> Pharoah Lane Software >>> AUSTRALIA >>> webdna@plsoftware.com.au >>>=20 >>>=20 >>>=20 >>>> On 24 Apr 2019, at 15:55, Michael Davis > wrote: >>>> Stuart, >>>>=20 >>>> Sorry, that was a typo/mistake on my part. I was using = [FormVariables], not [ListVariables]. Nothing in the results. I've = tested on FCGI and Server versions. >>>>=20 >>>>=20 >>>> MD >>>>=20 >>>>=20 >>>> April 23, 2019 6:44 PM, "Stuart Tremain" > wrote: >>>> Try >>>> [FormVariables name=3D&exact=3DF][name] =3D [value]
>>>> [/FormVariables] >>>> ListVariables will only list TEXT vars etc. >>>> Kind regards >>>> Stuart Tremain >>>> Pharoah Lane Software >>>> AUSTRALIA >>>> webdna@plsoftware.com.au >>>>> On 24 Apr 2019, at 11:03, Michael Davis > wrote: >>>>> Hi All, >>>>> I'm trying to receive JSON via a post and not seeing anything in = form variables or mime headers. As a test, I post using curl like so: >>>>> curl -X POST -H "Content-Type: application/json" -d = '{"userName":"dim@witted.net = ","password":"mybirthday"}' = http://localhost/json_auth.dna >>>>> On the receiving WebDNA template: >>>>> [ListVariables][name]=3D[value] >>>>> [/ListVariables][ListMIMEHeaders][name]=3D[value] >>>>> [/ListMIMEHeaders] >>>>> I get a list of the usual MIME Headers, none include the JSON. = LIstVariables returns nothing. >>>>> Any way to see this data in WebDNA? >>>>> MD >>>>> --------------------------------------------------------- This = message is sent to you because you are subscribed to the mailing list = talk@webdna.us To unsubscribe, E-mail to: = talk-leave@webdna.us archives: = http://www.webdna.us/page.dna?numero=3D55 = Bug Reporting: = support@webdna.us = ------------------------------------------------= --------- This message is sent to you because you are subscribed to the = mailing list talk@webdna.us To unsubscribe, = E-mail to: talk-leave@webdna.us archives: = http://www.webdna.us/page.dna?numero=3D55 = Bug Reporting: = support@webdna.us >>>>=20 >>>> --------------------------------------------------------- This = message is sent to you because you are subscribed to the mailing list = talk@webdna.us To unsubscribe, E-mail to: = talk-leave@webdna.us archives: = http://www.webdna.us/page.dna?numero=3D55 = Bug Reporting: = support@webdna.us = ------------------------------------------------= --------- This message is sent to you because you are subscribed to the = mailing list talk@webdna.us To unsubscribe, = E-mail to: talk-leave@webdna.us archives: = http://www.webdna.us/page.dna?numero=3D55 = Bug Reporting: = support@webdna.us >>>=20 >>> --------------------------------------------------------- This = message is sent to you because you are subscribed to the mailing list = talk@webdna.us To unsubscribe, E-mail to: = talk-leave@webdna.us archives: = http://www.webdna.us/page.dna?numero=3D55 = Bug Reporting: = support@webdna.us >> --------------------------------------------------------- This = message is sent to you because you are subscribed to the mailing list = talk@webdna.us To unsubscribe, E-mail to: = talk-leave@webdna.us archives: = http://www.webdna.us/page.dna?numero=3D55 = Bug Reporting: = support@webdna.us > --------------------------------------------------------- This message = is sent to you because you are subscribed to the mailing list = talk@webdna.us To unsubscribe, E-mail to: talk-leave@webdna.us archives: = http://www.webdna.us/page.dna?numero=3D55 Bug Reporting: = support@webdna.us --Apple-Mail=_E9D7AEFA-CF1C-492A-A130-22AB632EA33E Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset=utf-8 OK, = now I understand that you are wanting to respond to a request, you are = not making AND responding to the request.

I have done this using xml, but I think = that you may need to refer this JSON request to Christophe.

Kind regards

Stuart Tremain
Pharoah Lane Software
AUSTRALIA







On 25 Apr 2019, at 16:44, Michael Davis <admin@network13.net>= wrote:

Thanks Stuart,

Unfortunately, the = solution can't be changing the way the post is done.  That's the = way it is coming from the service that's sending it.  I see where = adding a name=3Dvalue pair in your post example causes WebDNA to find = the FormVariable.  It is possible FormVariables is ignoring any = header that doesn't have a value for name.  Good question for = Christophe.

MD

On Apr 24, 2019, at 8:23 PM, = Stuart Tremain <webdna@plsoftware.com.au> wrote:

I tested this on a = linux server:

[SHELL]curl -k POST https://plsoftware.com.au/test.html -d = userinfo=3D'{"userName":"dim@witted.net","password":"mybirthday=E2=80=9D}'[/SHELL]

Result:
FormVariables
userinfo =3D {"userName":"dim@witted.net","password":"mybirthday=E2=80=9D}


However, this may be a better solution = for you as you will not have to parse the JSON:

[SHELL]curl -k POST https://plsoftware.com.au/test.html -d username=3Ddim@witted.net -d password=3Dmybirthday = [/SHELL]

on = the test.html page:

FormVariables<br>
[FormVariables name=3D&exact=3DF][name] =3D = [value]<br>
[/FormVariables]

Note that I have = declared each variable  as a separate -d

The -k means for curl to ignore ssl = errors.

Make = sure that your http://localhost/json_auth.dna is able to deal with = the WebDNA.


Kind regards

Stuart Tremain
Pharoah Lane Software
AUSTRALIA







On 25 Apr 2019, at 02:28, Michael Davis <admin@network13.net>= wrote:

Stuart,

To avoid any browser = specific issues, I'm writing the [FormVariables] output to a file and = then opening the file with a text editor.

[WriteFile file=3D[cart].txt][FormVariables][name] =3D = [value]
[/FormVariables][/WriteFile]


MD

April 23, 2019 = 11:04 PM, "Stuart Tremain" <webdna@plsoftware.com.au> = wrote:
Have you have a look at the source code of = the resulting page ?
Sometimes, = depending on the browser, it does not display on the rendered = page.
=
Kind regards
=
Stuart Tremain
Pharoah Lane = Software
AUSTRALIA



On 24 Apr 2019, at 15:55, Michael Davis = <admin@network13.net> wrote:
=
Stuart,

Sorry, that was a = typo/mistake on my part. I was using [FormVariables], not = [ListVariables]. Nothing in the results. I've tested on FCGI and Server = versions.


MD

April 23, 2019 6:44 PM, "Stuart Tremain" = <webdna@plsoftware.com.au> = wrote:
Try
[FormVariables name=3D&exact=3DF][name] = =3D [value]<br>
[/FormVariables]
ListVariables will only list TEXT vars etc.
Kind regards
Stuart Tremain
Pharoah Lane = Software
AUSTRALIA
=
On 24 Apr 2019, at = 11:03, Michael Davis <admin@network13.net>= wrote:
Hi All,
I'm trying to = receive JSON via a post and not seeing anything in form variables or = mime headers. As a test, I post using curl like so:
curl -X POST -H "Content-Type: = application/json" -d '{"userName":"dim@witted.net","password":"mybirthday"}' http://localhost/json_auth.dna
On the = receiving WebDNA template:
=
[ListVariables][name]=3D[value]
[/ListVariables][ListMIMEHeaders][name]=3D[value]
[/ListMIMEHeaders]
I get a list of the usual MIME Headers, none include the = JSON. LIstVariables returns nothing.
Any way to see this data in WebDNA?
MD
=
--------------------------------------------------------- This = message is sent to you because you are subscribed to the mailing list talk@webdna.us To unsubscribe, E-mail to: talk-leave@webdna.us archives: http://www.webdna.us/page.dna?numero=3D55 Bug Reporting: = support@webdna.us
= --------------------------------------------------------- This message = is sent to you because you are subscribed to the mailing list talk@webdna.us To unsubscribe, E-mail to: talk-leave@webdna.us archives: http://www.webdna.us/page.dna?numero=3D55 Bug Reporting: = support@webdna.us


=
--------------------------------------------------------- = This message is sent to you because you are subscribed to the mailing = list talk@webdna.us To unsubscribe, E-mail to: talk-leave@webdna.us archives: http://www.webdna.us/page.dna?numero=3D55 Bug Reporting: = support@webdna.us
= --------------------------------------------------------- This message = is sent to you because you are subscribed to the mailing list talk@webdna.us To = unsubscribe, E-mail to: talk-leave@webdna.us = archives: http://www.webdna.us/page.dna?numero=3D55 Bug Reporting: = support@webdna.us =


--------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list talk@webdna.us To unsubscribe, E-mail to: talk-leave@webdna.us archives: http://www.webdna.us/page.dna?numero=3D55 Bug Reporting: support@webdna.us

--------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list talk@webdna.us To unsubscribe, E-mail to: talk-leave@webdna.us archives: http://www.webdna.us/page.dna?numero=3D55 Bug Reporting: support@webdna.us

--------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list talk@webdna.us To unsubscribe, E-mail to: talk-leave@webdna.us archives: http://www.webdna.us/page.dna?numero=3D55 Bug Reporting: support@webdna.us

= --------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list talk@webdna.us To unsubscribe, E-mail to: talk-leave@webdna.us archives: http://www.webdna.us/page.dna?numero=3D55 Bug Reporting: support@webdna.us --Apple-Mail=_E9D7AEFA-CF1C-492A-A130-22AB632EA33E-- . Associated Messages, from the most recent to the oldest:

    
  1. Re: [WebDNA] Receive JSON POST (Stuart Tremain 2019)
  2. Re: [WebDNA] Receive JSON POST (Michael Davis 2019)
  3. Re: [WebDNA] Receive JSON POST (Stuart Tremain 2019)
  4. Re: [WebDNA] Receive JSON POST (Michael Davis 2019)
  5. Re: [WebDNA] Receive JSON POST (Stuart Tremain 2019)
  6. Re: [WebDNA] Receive JSON POST (Tom Duke 2019)
  7. Re: [WebDNA] Receive JSON POST (Tom Duke 2019)
  8. Re: [WebDNA] Receive JSON POST (Stuart Tremain 2019)
  9. Re: [WebDNA] Receive JSON POST (Stuart Tremain 2019)
  10. Re: [WebDNA] Receive JSON POST (Tom Duke 2019)
  11. Re: [WebDNA] Receive JSON POST (Stuart Tremain 2019)
  12. Re: [WebDNA] Receive JSON POST (Michael Davis 2019)
  13. Re: [WebDNA] Receive JSON POST (Stuart Tremain 2019)
  14. Re: [WebDNA] Receive JSON POST ("Michael Davis" 2019)
  15. Re: [WebDNA] Receive JSON POST (Stuart Tremain 2019)
  16. Re: [WebDNA] Receive JSON POST ("Michael Davis" 2019)
  17. Re: [WebDNA] Receive JSON POST (Stuart Tremain 2019)
  18. [WebDNA] Receive JSON POST (Michael Davis 2019)
2181 --Apple-Mail=_E9D7AEFA-CF1C-492A-A130-22AB632EA33E Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=utf-8 OK, now I understand that you are wanting to respond to a request, you = are not making AND responding to the request. I have done this using xml, but I think that you may need to refer this = JSON request to Christophe. Kind regards Stuart Tremain Pharoah Lane Software AUSTRALIA webdna@plsoftware.com.au > On 25 Apr 2019, at 16:44, Michael Davis wrote: >=20 > Thanks Stuart, >=20 > Unfortunately, the solution can't be changing the way the post is = done. That's the way it is coming from the service that's sending it. = I see where adding a name=3Dvalue pair in your post example causes = WebDNA to find the FormVariable. It is possible FormVariables is = ignoring any header that doesn't have a value for name. Good question = for Christophe. >=20 > MD >=20 >> On Apr 24, 2019, at 8:23 PM, Stuart Tremain > wrote: >>=20 >> I tested this on a linux server: >>=20 >> [shell]curl -k POST https://plsoftware.com.au/test.html = -d = userinfo=3D'{"userName":"dim@witted.net = ","password":"mybirthday=E2=80=9D}'[/SHELL] >>=20 >> Result: >> FormVariables >> userinfo =3D {"userName":"dim@witted.net = ","password":"mybirthday=E2=80=9D} >>=20 >>=20 >> However, this may be a better solution for you as you will not have = to parse the JSON: >>=20 >> [shell]curl -k POST https://plsoftware.com.au/test.html = -d username=3Ddim@witted.net = -d password=3Dmybirthday [/SHELL] >>=20 >> on the test.html page: >>=20 >> FormVariables
>> [FormVariables name=3D&exact=3DF][name] =3D [value]
>> [/FormVariables] >>=20 >> Note that I have declared each variable as a separate -d >>=20 >> The -k means for curl to ignore ssl errors. >>=20 >> Make sure that your http://localhost/json_auth.dna = is able to deal with the WebDNA. >>=20 >>=20 >> Kind regards >>=20 >> Stuart Tremain >> Pharoah Lane Software >> AUSTRALIA >> webdna@plsoftware.com.au >>=20 >>=20 >>=20 >>=20 >>=20 >>=20 >>=20 >>> On 25 Apr 2019, at 02:28, Michael Davis > wrote: >>>=20 >>> Stuart, >>>=20 >>> To avoid any browser specific issues, I'm writing the = [formvariables] output to a file and then opening the file with a text = editor.=20 >>>=20 >>> [WriteFile file=3D[cart].txt][formvariables][name] =3D [value] >>> [/FormVariables][/WriteFile] >>>=20 >>>=20 >>> MD >>>=20 >>> April 23, 2019 11:04 PM, "Stuart Tremain" > wrote: >>> Have you have a look at the source code of the resulting page ? >>> Sometimes, depending on the browser, it does not display on the = rendered page. >>> Kind regards >>> Stuart Tremain >>> Pharoah Lane Software >>> AUSTRALIA >>> webdna@plsoftware.com.au >>>=20 >>>=20 >>>=20 >>>> On 24 Apr 2019, at 15:55, Michael Davis > wrote: >>>> Stuart, >>>>=20 >>>> Sorry, that was a typo/mistake on my part. I was using = [formvariables], not [listvariables]. Nothing in the results. I've = tested on FCGI and Server versions. >>>>=20 >>>>=20 >>>> MD >>>>=20 >>>>=20 >>>> April 23, 2019 6:44 PM, "Stuart Tremain" > wrote: >>>> Try >>>> [FormVariables name=3D&exact=3DF][name] =3D [value]
>>>> [/FormVariables] >>>> ListVariables will only list TEXT vars etc. >>>> Kind regards >>>> Stuart Tremain >>>> Pharoah Lane Software >>>> AUSTRALIA >>>> webdna@plsoftware.com.au >>>>> On 24 Apr 2019, at 11:03, Michael Davis > wrote: >>>>> Hi All, >>>>> I'm trying to receive JSON via a post and not seeing anything in = form variables or mime headers. As a test, I post using curl like so: >>>>> curl -X POST -H "Content-Type: application/json" -d = '{"userName":"dim@witted.net = ","password":"mybirthday"}' = http://localhost/json_auth.dna >>>>> On the receiving WebDNA template: >>>>> [listvariables][name]=3D[value] >>>>> [/ListVariables][listmimeheaders][name]=3D[value] >>>>> [/ListMIMEHeaders] >>>>> I get a list of the usual MIME Headers, none include the JSON. = LIstVariables returns nothing. >>>>> Any way to see this data in WebDNA? >>>>> MD >>>>> --------------------------------------------------------- This = message is sent to you because you are subscribed to the mailing list = talk@webdna.us To unsubscribe, E-mail to: = talk-leave@webdna.us archives: = http://www.webdna.us/page.dna?numero=3D55 = Bug Reporting: = support@webdna.us = ------------------------------------------------= --------- This message is sent to you because you are subscribed to the = mailing list talk@webdna.us To unsubscribe, = E-mail to: talk-leave@webdna.us archives: = http://www.webdna.us/page.dna?numero=3D55 = Bug Reporting: = support@webdna.us >>>>=20 >>>> --------------------------------------------------------- This = message is sent to you because you are subscribed to the mailing list = talk@webdna.us To unsubscribe, E-mail to: = talk-leave@webdna.us archives: = http://www.webdna.us/page.dna?numero=3D55 = Bug Reporting: = support@webdna.us = ------------------------------------------------= --------- This message is sent to you because you are subscribed to the = mailing list talk@webdna.us To unsubscribe, = E-mail to: talk-leave@webdna.us archives: = http://www.webdna.us/page.dna?numero=3D55 = Bug Reporting: = support@webdna.us >>>=20 >>> --------------------------------------------------------- This = message is sent to you because you are subscribed to the mailing list = talk@webdna.us To unsubscribe, E-mail to: = talk-leave@webdna.us archives: = http://www.webdna.us/page.dna?numero=3D55 = Bug Reporting: = support@webdna.us >> --------------------------------------------------------- This = message is sent to you because you are subscribed to the mailing list = talk@webdna.us To unsubscribe, E-mail to: = talk-leave@webdna.us archives: = http://www.webdna.us/page.dna?numero=3D55 = Bug Reporting: = support@webdna.us > --------------------------------------------------------- This message = is sent to you because you are subscribed to the mailing list = talk@webdna.us To unsubscribe, E-mail to: talk-leave@webdna.us archives: = http://www.webdna.us/page.dna?numero=3D55 Bug Reporting: = support@webdna.us --Apple-Mail=_E9D7AEFA-CF1C-492A-A130-22AB632EA33E Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset=utf-8 OK, = now I understand that you are wanting to respond to a request, you are = not making AND responding to the request.

I have done this using xml, but I think = that you may need to refer this JSON request to Christophe.

Kind regards

Stuart Tremain
Pharoah Lane Software
AUSTRALIA







On 25 Apr 2019, at 16:44, Michael Davis <admin@network13.net>= wrote:

Thanks Stuart,

Unfortunately, the = solution can't be changing the way the post is done.  That's the = way it is coming from the service that's sending it.  I see where = adding a name=3Dvalue pair in your post example causes WebDNA to find = the FormVariable.  It is possible FormVariables is ignoring any = header that doesn't have a value for name.  Good question for = Christophe.

MD

On Apr 24, 2019, at 8:23 PM, = Stuart Tremain <webdna@plsoftware.com.au> wrote:

I tested this on a = linux server:

[shell]curl -k POST https://plsoftware.com.au/test.html -d = userinfo=3D'{"userName":"dim@witted.net","password":"mybirthday=E2=80=9D}'[/SHELL]

Result:
FormVariables
userinfo =3D {"userName":"dim@witted.net","password":"mybirthday=E2=80=9D}


However, this may be a better solution = for you as you will not have to parse the JSON:

[shell]curl -k POST https://plsoftware.com.au/test.html -d username=3Ddim@witted.net -d password=3Dmybirthday = [/SHELL]

on = the test.html page:

FormVariables<br>
[FormVariables name=3D&exact=3DF][name] =3D = [value]<br>
[/FormVariables]

Note that I have = declared each variable  as a separate -d

The -k means for curl to ignore ssl = errors.

Make = sure that your http://localhost/json_auth.dna is able to deal with = the WebDNA.


Kind regards

Stuart Tremain
Pharoah Lane Software
AUSTRALIA







On 25 Apr 2019, at 02:28, Michael Davis <admin@network13.net>= wrote:

Stuart,

To avoid any browser = specific issues, I'm writing the [formvariables] output to a file and = then opening the file with a text editor.

[WriteFile file=3D[cart].txt][formvariables][name] =3D = [value]
[/FormVariables][/WriteFile]


MD

April 23, 2019 = 11:04 PM, "Stuart Tremain" <webdna@plsoftware.com.au> = wrote:
Have you have a look at the source code of = the resulting page ?
Sometimes, = depending on the browser, it does not display on the rendered = page.
=
Kind regards
=
Stuart Tremain
Pharoah Lane = Software
AUSTRALIA



On 24 Apr 2019, at 15:55, Michael Davis = <admin@network13.net> wrote:
=
Stuart,

Sorry, that was a = typo/mistake on my part. I was using [formvariables], not = [listvariables]. Nothing in the results. I've tested on FCGI and Server = versions.


MD

April 23, 2019 6:44 PM, "Stuart Tremain" = <webdna@plsoftware.com.au> = wrote:
Try
[FormVariables name=3D&exact=3DF][name] = =3D [value]<br>
[/FormVariables]
ListVariables will only list TEXT vars etc.
Kind regards
Stuart Tremain
Pharoah Lane = Software
AUSTRALIA
=
On 24 Apr 2019, at = 11:03, Michael Davis <admin@network13.net>= wrote:
Hi All,
I'm trying to = receive JSON via a post and not seeing anything in form variables or = mime headers. As a test, I post using curl like so:
curl -X POST -H "Content-Type: = application/json" -d '{"userName":"dim@witted.net","password":"mybirthday"}' http://localhost/json_auth.dna
On the = receiving WebDNA template:
=
[listvariables][name]=3D[value]
[/ListVariables][listmimeheaders][name]=3D[value]
[/ListMIMEHeaders]
I get a list of the usual MIME Headers, none include the = JSON. LIstVariables returns nothing.
Any way to see this data in WebDNA?
MD
=
--------------------------------------------------------- This = message is sent to you because you are subscribed to the mailing list talk@webdna.us To unsubscribe, E-mail to: talk-leave@webdna.us archives: http://www.webdna.us/page.dna?numero=3D55 Bug Reporting: = support@webdna.us
= --------------------------------------------------------- This message = is sent to you because you are subscribed to the mailing list talk@webdna.us To unsubscribe, E-mail to: talk-leave@webdna.us archives: http://www.webdna.us/page.dna?numero=3D55 Bug Reporting: = support@webdna.us


=
--------------------------------------------------------- = This message is sent to you because you are subscribed to the mailing = list talk@webdna.us To unsubscribe, E-mail to: talk-leave@webdna.us archives: http://www.webdna.us/page.dna?numero=3D55 Bug Reporting: = support@webdna.us
= --------------------------------------------------------- This message = is sent to you because you are subscribed to the mailing list talk@webdna.us To = unsubscribe, E-mail to: talk-leave@webdna.us = archives: http://www.webdna.us/page.dna?numero=3D55 Bug Reporting: = support@webdna.us =


--------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list talk@webdna.us To unsubscribe, E-mail to: talk-leave@webdna.us archives: http://www.webdna.us/page.dna?numero=3D55 Bug Reporting: support@webdna.us

--------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list talk@webdna.us To unsubscribe, E-mail to: talk-leave@webdna.us archives: http://www.webdna.us/page.dna?numero=3D55 Bug Reporting: support@webdna.us

--------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list talk@webdna.us To unsubscribe, E-mail to: talk-leave@webdna.us archives: http://www.webdna.us/page.dna?numero=3D55 Bug Reporting: support@webdna.us

= --------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list talk@webdna.us To unsubscribe, E-mail to: talk-leave@webdna.us archives: http://www.webdna.us/page.dna?numero=3D55 Bug Reporting: support@webdna.us --Apple-Mail=_E9D7AEFA-CF1C-492A-A130-22AB632EA33E-- . Stuart Tremain

DOWNLOAD WEBDNA NOW!

Top Articles:

Talk List

The WebDNA community talk-list is the best place to get some help: several hundred extremely proficient programmers with an excellent knowledge of WebDNA and an excellent spirit will deliver all the tips and tricks you can imagine...

Related Readings:

Re:no [search] with NT (1997) anyone using Webcat 4.x in production? (2000) controlling user input (1998) WebCat2 Append problem (B14Macacgi) (1997) More on the email templates (1997) [LOOKUP] (1997) Database flushing does not work any more... (2000) WC2b12: Yes, Formulas.db is for real (1997) WebCat2: multiple currency support (1997) Weird happenings (1998) search form problem.. (1997) [unitshipcost] values do NOT write to orderfile (1998) Show items based on login Password (2003) WC2b15 File Corruption (1997) where to put code (1998) Show shoppingcart after remove last item (1997) [SHOWIF AND/OR] (1997) Quitting WebMerchant ? (1997) New Website with Redakto CMS (2003) [WebDNA] Re:BCC and/or Character limit [sendmail] (2010)