What is WebDNA
WebDNA and BioType
Download WebDNA
WebDNA resources
What is WebDNA
WebDNA and BioType
Download WebDNA
WebDNA resources
What is WebDNA
WebDNA and BioType
Download WebDNA
WebDNA resources
What is WebDNA
WebDNA and BioType
Download WebDNA
WebDNA resources
On 25 Apr 2019, at 16:44, Michael Davis <admin@network13.net>= wrote:Thanks Stuart,---------------------------------------------------------This message is sent to you because you are subscribed tothe mailing list talk@webdna.usTo unsubscribe, E-mail to: talk-leave@webdna.usarchives: http://www.webdna.us/page.dna?numero=3D55Bug Reporting: support@webdna.usUnfortunately, 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.MDOn Apr 24, 2019, at 8:23 PM, =Stuart Tremain <webdna@plsoftware.com.au> wrote:I tested this on a =linux server:---------------------------------------------------------This message is sent to you because you are subscribed tothe mailing list talk@webdna.usTo unsubscribe, E-mail to: talk-leave@webdna.usarchives: http://www.webdna.us/page.dna?numero=3D55Bug Reporting: support@webdna.us[SHELL]curl -k POST https://plsoftware.com.au/test.html -d =userinfo=3D'{"userName":"dim@witted.net","password":"mybirthday=E2=80=9D}'[/SHELL]Result: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 -dThe -k means for curl to ignore ssl =errors.Make =sure that your http://localhost/json_auth.dna is able to deal with =the WebDNA.On 25 Apr 2019, at 02:28, Michael Davis <admin@network13.net>= wrote:---------------------------------------------------------This message is sent to you because you are subscribed tothe mailing list talk@webdna.usTo unsubscribe, E-mail to: talk-leave@webdna.usarchives: http://www.webdna.us/page.dna?numero=3D55Bug Reporting: support@webdna.usStuart,
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.=--------------------------------------------------------- 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 ==
On 24 Apr 2019, at 15:55, Michael Davis =<admin@network13.net> wrote:=--------------------------------------------------------- =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.usStuart,
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=--------------------------------------------------------- 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[FormVariables name=3D&exact=3DF][name] ==3D [value]<br>[/FormVariables]ListVariables will only list TEXT vars etc.=On 24 Apr 2019, at =11:03, Michael Davis <admin@network13.net>= wrote:Hi All,--------------------------------------------------------- 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.usI'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.dnaOn 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==
|
On 25 Apr 2019, at 16:44, Michael Davis <admin@network13.net>= wrote:Thanks Stuart,---------------------------------------------------------This message is sent to you because you are subscribed tothe mailing list talk@webdna.usTo unsubscribe, E-mail to: talk-leave@webdna.usarchives: http://www.webdna.us/page.dna?numero=3D55Bug Reporting: support@webdna.usUnfortunately, 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.MDOn Apr 24, 2019, at 8:23 PM, =Stuart Tremain <webdna@plsoftware.com.au> wrote:I tested this on a =linux server:---------------------------------------------------------This message is sent to you because you are subscribed tothe mailing list talk@webdna.usTo unsubscribe, E-mail to: talk-leave@webdna.usarchives: http://www.webdna.us/page.dna?numero=3D55Bug Reporting: support@webdna.us[shell]curl -k POST https://plsoftware.com.au/test.html -d =userinfo=3D'{"userName":"dim@witted.net","password":"mybirthday=E2=80=9D}'[/SHELL]Result: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 -dThe -k means for curl to ignore ssl =errors.Make =sure that your http://localhost/json_auth.dna is able to deal with =the WebDNA.On 25 Apr 2019, at 02:28, Michael Davis <admin@network13.net>= wrote:---------------------------------------------------------This message is sent to you because you are subscribed tothe mailing list talk@webdna.usTo unsubscribe, E-mail to: talk-leave@webdna.usarchives: http://www.webdna.us/page.dna?numero=3D55Bug Reporting: support@webdna.usStuart,
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.=--------------------------------------------------------- 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 ==
On 24 Apr 2019, at 15:55, Michael Davis =<admin@network13.net> wrote:=--------------------------------------------------------- =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.usStuart,
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=--------------------------------------------------------- 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[FormVariables name=3D&exact=3DF][name] ==3D [value]<br>[/FormVariables]ListVariables will only list TEXT vars etc.=On 24 Apr 2019, at =11:03, Michael Davis <admin@network13.net>= wrote:Hi All,--------------------------------------------------------- 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.usI'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.dnaOn 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==
DOWNLOAD WEBDNA NOW!
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...