locked
ISAPI + ServerSupportFunction + Response Headers RRS feed

  • Question

  • User-1012751336 posted

    Is ServerSupportFunction the only way to send back a header?

    When using CGI I normally send:
    "200 OK"
    "Content-type: text/html"
    \r\n\r\n
    "<HTML>"  ....

    If ServerSupportFunction is the only way to send back a header - do I call it over and over for each header?
    OR
    Do I make the header into one string of data containing many headers and send it once?

    When would you ever use HSE_REQ_ DONE_WITH_SESSION?

    Would returning HSE_STATUS_SUCCESS from HttpExtensionProc do the same thing?? 


     

    Saturday, March 23, 2019 5:16 PM

All replies

  • User-1012751336 posted

    It looks like the answer is concatenate the headers plus \n or \n\r after each header value.

    Saturday, March 23, 2019 11:05 PM
  • User-848649084 posted

    Hi iis_dave,

    Is your issue solved?

    If your issue is solved then I suggest you to post your solution and mark it as an answer.

    If your issue is still exist then try to refer the solution given by the community members.

    If then also you have any further questions then let us know about it.

    We will try to provide further suggestions to solve the issue.

    Thanks for your understanding.

    Regards

    Jalpa.

    Monday, March 25, 2019 2:51 AM