No announcements
Found 300 threads
-
0 Votes
ISAPI + Web Socket + IIS Web Socket
Web Server-> Application Development-> WebSocket Protocol What does that actually do to the IIS server? Should that actually be called "install .net WebSocket ...Unanswered | 1 Replies | 1426 Views | Created by Anonymous - Saturday, March 23, 2019 5:31 PM | Last reply by Anonymous - Monday, March 25, 2019 1:25 PM -
0 Votes
ISAPI + ServerSupportFunction + Response Headers
User-1012751336 posted Is ServerSupportFunction the only way to send back a header? When using CGI I normally ...Unanswered | 2 Replies | 723 Views | Created by Anonymous - Saturday, March 23, 2019 5:16 PM | Last reply by Anonymous - Monday, March 25, 2019 2:51 AM -
0 Votes
App Pool crash due to some thread is calling the TerminateProcess function to kill the process in ntdll.dll
User1674015672 posted Hi, The App Pool, which is linked to our application, is getting crashed once or twice in a day in one of the production ...Unanswered | 1 Replies | 430 Views | Created by Anonymous - Monday, January 21, 2019 2:15 AM | Last reply by Anonymous - Wednesday, January 23, 2019 12:19 AM -
0 Votes
XML SOAP Request IIS 6
User2120771757 posted I'm a noob tasked with enabling a server running IIS 6 to accept SOAP requests. The client will use the SOAP Request ...Answered | 4 Replies | 817 Views | Created by Anonymous - Thursday, November 2, 2017 2:59 PM | Last reply by Anonymous - Thursday, November 16, 2017 6:04 AM -
0 Votes
IsapiModule. HTTP Error 500.0 Error Code: 0x8007007e
User-490942532 posted Hello, I'm trying tu deploy Pyhon WSGI application using ISAPI-WSGI. My ...Unanswered | 5 Replies | 2542 Views | Created by Anonymous - Thursday, August 24, 2017 12:51 PM | Last reply by Anonymous - Wednesday, September 6, 2017 3:19 AM -
0 Votes
CVE-1999-0450 and using ISAPI
Request Restrictions. - Check Invoke Handler only if request is mapped to FILE. I have done this for all ISAPI modules but running the security scanner still shows this ...Unanswered | 1 Replies | 792 Views | Created by Anonymous - Friday, May 12, 2017 12:47 PM | Last reply by Anonymous - Friday, May 12, 2017 3:02 PM -
0 Votes
Error : AJP13 protocol: Reuse is set to false on log file
User-747143371 posted I m using TOMCAT8 on Windows 2012 server. I have been through the steps avised by MSN, unfortunately I have the below error when browsing ...Answered | 1 Replies | 1689 Views | Created by Anonymous - Tuesday, December 8, 2015 9:02 AM | Last reply by Anonymous - Wednesday, December 9, 2015 3:00 AM -
0 Votes
IIS 8 - ISAPI Extensions - 403 - Forbidden: Access is denied.
User-1923420989 posted Hi I am trying to configure a simple 32 bit ISAPI extension on IIS 8, and I have been unable to get it to execute. I knew how to get this ...Unanswered | 2 Replies | 1354 Views | Created by Anonymous - Friday, October 16, 2015 2:03 AM | Last reply by Anonymous - Tuesday, October 27, 2015 4:34 AM -
0 Votes
ISAPI Filter working great but.... sometimes PREPROC_HEADERS not sending header nor cookies?
GetServerVariable( pfc, "ALL_RAW", buf, &size ); log.out(buf ); ..... Now many pages show the full header with cookies, ...Answered | 1 Replies | 582 Views | Created by Anonymous - Friday, May 23, 2014 11:21 AM | Last reply by Anonymous - Sunday, May 25, 2014 10:32 PM -
0 Votes
ISAPI Filter for IIS 6.0
User955180140 posted I have been tasked to write an ISAPI filter for legacy web server 2003. I will also need to make this filter work in IIS 7 and ...Answered | 2 Replies | 501 Views | Created by Anonymous - Wednesday, April 23, 2014 2:44 PM | Last reply by Anonymous - Thursday, April 24, 2014 9:29 AM -
0 Votes
HTTP 403.1 Access Denied on HttpHandler POST but not on GET
User-263225972 posted I developed a couple HttpHandlers on a Win2K server and am trying to get them running on a Windows 2003 Server. The handlers are contained in a ...Answered | 3 Replies | 705 Views | Created by Anonymous - Wednesday, June 11, 2008 5:43 PM | Last reply by Anonymous - Wednesday, January 15, 2014 9:12 AM -
0 Votes
run IHttpModule before authentication
User-171897219 posted Is it possible to run a custom IHttpModule before Windows authentication occurs on IIS6? How do I configure it? Is authentication implemented as a module ...Answered | 4 Replies | 429 Views | Created by Anonymous - Wednesday, November 13, 2013 1:14 PM | Last reply by Anonymous - Thursday, November 14, 2013 9:00 AM -
0 Votes
Resin 3.1.12 and IIS6 : isapi filter does not load
User1183044210 posted I am running on WIN2003 server, IIS6 In the process of installing Resin 3.1 I need to install the isap filer ...Answered | 1 Replies | 470 Views | Created by Anonymous - Tuesday, October 22, 2013 8:19 AM | Last reply by Anonymous - Tuesday, October 22, 2013 10:17 PM -
0 Votes
Setting multiple Cookies using ISAPI Filter
SetHeader(pfc, "Set-Cookie:", szNewValue)" in the end. I can see on Fiddler that the first cookie got all the string concatenated and the others cookies were not changed. I'm ...Answered | 1 Replies | 466 Views | Created by Anonymous - Tuesday, October 1, 2013 8:30 AM | Last reply by Anonymous - Monday, October 7, 2013 2:00 AM -
0 Votes
IIS 6, custom isapifilter and a .NET 4 HttpHandler
User-510532153 posted Ok, so I have a homegrown isapifilter module that rewrites iis requests at the SF_NOTIFY_PREPROC_HEADERS stage using the HTTP_FILTER_PREPROC_HEADERS ...Unanswered | 1 Replies | 431 Views | Created by Anonymous - Tuesday, June 11, 2013 6:03 PM | Last reply by Anonymous - Wednesday, June 12, 2013 2:09 PM -
0 Votes
IIS to multiple weblogic server
User-1476396806 posted Hello All, I am looking for a solution/suggestion on how to proxy requests from a single IIS ( hosting a single url ) to two differnt ...Answered | 3 Replies | 518 Views | Created by Anonymous - Saturday, March 16, 2013 9:30 AM | Last reply by Anonymous - Monday, March 25, 2013 10:47 PM -
0 Votes
Modules native based
GetResponse()->Redirect(res,true,false);, where m_Context is IHttpContext* and res is the new URL which is of the ...Unanswered | 1 Replies | 380 Views | Created by Anonymous - Friday, February 22, 2013 7:19 AM | Last reply by Anonymous - Thursday, March 7, 2013 9:20 PM -
0 Votes
Can i capture the data that send from RMS client to RMS server?
User457033327 posted Hi ,All I just know that ISAPI extension can capture all raw data that send to IIS server and just do a quick test, it seems that it ...Unanswered | 2 Replies | 354 Views | Created by Anonymous - Monday, March 4, 2013 3:10 AM | Last reply by Anonymous - Tuesday, March 5, 2013 2:52 AM -
0 Votes
Wildcard mapped ISAPI extension and custom errors
User1246930608 posted Hi, I have a wildcard mapped ISAPI extension, and when I tell IIS that I do *not* want to handle the request, I use HSE_REQ_EXEC_URL with a ...Unanswered | 2 Replies | 455 Views | Created by Anonymous - Thursday, February 21, 2013 12:18 PM | Last reply by Anonymous - Thursday, February 28, 2013 8:34 AM -
0 Votes
ISAPI Filter for HTTPOnly cookies
dwFilterVersion = HTTP_FILTER_REVISION; strncpy( pVer->lpszFilterDesc, "ACookieFilter", SF_MAX_FILTER_DESC_LEN ...Answered | 1 Replies | 479 Views | Created by Anonymous - Wednesday, December 26, 2012 5:58 PM | Last reply by Anonymous - Wednesday, January 9, 2013 3:12 PM - Items 1 to 20 of 300 Next ›
No announcements