LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Getting LabVIEW Application Web Service to support OPTIONS requests

Hi,
A LV Web Service normally only supports GET, POST, DELETE and PUT http request.
But a Web Browser will do an OPTIONS request to check that e.g. a DELETE request is supported before issuing the request.
And you can get the LV Application web server to support that by modifying the lvproj xml file and set the Method type to 5.

Options.png

I can get this OPTIONS request to work when I start the debug server, but when building an exe file the OPTIONS request isn't working.
Any suggestions how to solve this?
I'm using the Application Web Server in the build spec not the NI Web Server.


0 Kudos
Message 1 of 1
(81 Views)