LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

httponly cookie

Solved!
Go to solution

Hello all,

 

We are trying to add aditional security to a web based system thats being run by labview.  We run on gweb as a server and use labview to create server side cookies.  We would like to impliment microsoft httponly cookie format.  Does anyone know if this is possible?  the only examples we have found to do this have been for other scripting languages, it appears it may be as simple as adding info to the header of the cookie, but we can not tell for sure if that is the case, and if so if it is possible to add that info using the LV cookie vi's?

 

Any help or if someone has implimented it and could send a sample vi it would be greatly appreciated. (btw we are using LV 8.6)

 

Chris

CLAD

0 Kudos
Message 1 of 6
(3,007 Views)

Hi Chris,

It looks like you may want to take a look at the Internet Toolkit to see if it will do what you want.

http://sine.ni.com/nips/cds/view/p/lang/en/nid/2501

 

You can find an evaluation copy here:

https://lumen.ni.com/nicif/us/evaltlktrepgen/content.xhtml

 

Flash

National Instruments
Applications Engineer
0 Kudos
Message 2 of 6
(2,988 Views)
That is what we are using now, and there doesnt seem to be any way to change the type of cookie.  is there someplace where the header information can be modified using one of the cookie vi's?
0 Kudos
Message 3 of 6
(2,986 Views)
Solution
Accepted by topic author NPI_Chris

Hi Chris,

 

There is no input to change the type of cookie, however you will be able to change the header information by digging into theCreat Cookie.vi. Double click the sub-VI and you can modify it.

 

Flash

National Instruments
Applications Engineer
Message 4 of 6
(2,975 Views)

thank you for the information, would you be able to send a screen shot or the Vi with the header creation marked for us...we dug into some of the cookie VI's already and were not completely sure of what was happening inside them all..

 

again thanks!

Chris

0 Kudos
Message 5 of 6
(2,967 Views)

Hi Chris,

So after taking a closer look at the VI, it looks like you will have to build the Cookie yourself.

 

Flash

National Instruments
Applications Engineer
0 Kudos
Message 6 of 6
(2,949 Views)