NetTalk Central

Author Topic: OPTIONS  (Read 3090 times)

Djordje Radovanovic

  • Full Member
  • ***
  • Posts: 237
    • View Profile
OPTIONS
« on: August 02, 2015, 11:22:11 PM »
There is request method type NetWebServer_OPTIONS.
I have request from client with this type.

What can I do with this type of request?
Can I serve it as regular page?

Best regards,

Djordje

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11239
    • View Profile
Re: OPTIONS
« Reply #1 on: August 02, 2015, 11:59:19 PM »
Hi Djordje,

Here is a primer on OPTIONS.
http://zacstewart.com/2012/04/14/http-options-method.html

The question becomes - what does the client expect you to reply with?

cheers
Bruce
 

Djordje Radovanovic

  • Full Member
  • ***
  • Posts: 237
    • View Profile
Re: OPTIONS
« Reply #2 on: August 03, 2015, 02:50:04 AM »
Data in JSON format.

Djole

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11239
    • View Profile
Re: OPTIONS
« Reply #3 on: August 03, 2015, 09:59:56 PM »
saying what?