Browse by Tags

Related Posts

  • Re: digital certificate and error : remote server 403 forbidden

    I am having the same problem. Attempting to make an HttpPost using HttpWebRequest. I've tried reading the certificate from file and X509Store. Both methods read the certificate fine and I can output the properties of the cert after reading it. Before making the request I add the certificate to the...
    Posted to Security (Forum) by Corgalore on 04-09-2009, 12:00 AM
    Filed under: security, "Security", .NET 2.0, HttpRequest, https security, x.509
  • Request.Filter

    Hi,all I have some problem for changing 'Request.InputStream' with 'Request.Filter' or any other solution how can I change my Request InputStream ? before sending data to server. example:I wanna Replace the value "txt1" of asp.net textbox contorl coming from 'Request.InputStream'...
    Posted to HttpHandlers and HttpModules (Forum) by k1fathi on 02-21-2009, 12:00 AM
    Filed under: ASP.NET 2.0 Request size, BeginRequest, Http Modules, HTTPModules, HttpRequest, Application_AcquireRequestState
  • Send Username and Password

    I using asp.net web application with c# ..I have login Page if user type correct username and password he/she can see some url in grid viwe(this is link) if he click that link he can go to that website without login because he already login one appliactaion So he/she go that web site with out login That...
    Posted to Getting Started (Forum) by azeesdinu on 12-03-2008, 12:00 AM
    Filed under: automate website events, automatic, automatically, automation, hosted sites, hosting, Hosting Website with Custom Membership, hotmail api, http header, http referer, HttpHandler, HttpRequest, HttpResponse, asp .netp.net httpmodule "configuration error" "url rewriting" .net, http
  • HttpHanlder returning a PDF

    Hello. I have a .DLL file tha was written by someone other than myself. That .DLL is set up on IIS to allow the execution of the .DLL file directly from a URL like the following: http://www.mydomain.com/myFile.dll?param1=1&param2=2 The above works perfectly. However, while we need the functionality...
    Posted to HttpHandlers and HttpModules (Forum) by DarrenAllen on 10-24-2008, 12:00 AM
    Filed under: HttpRequest, HttpWebRequest, HttpWebResponse, HttpResponse, HttpHandler
  • How to implement HttpRequestWrapper in .Net?

    Hi All, I am struck up with overriding/wrapping HttpRequest object. I have explained my application flow. if you have any ideas, kindly help us. Application will intercept all HttpRequest by using IHttpModule (Ref: http://msdn.microsoft.com/en-us/library/ms998536.aspx ) Assume that, I have mypage.aspx...
    Posted to HttpHandlers and HttpModules (Forum) by damodaranmca on 10-22-2008, 12:00 AM
    Filed under: Pass data to Httphandler, asp.net 3.5, ASP.net 2.0 pipeline, filter, http Handlers httpmodule ispostback, HttpPipeline, HttpRequest, HttpRequestBase, IHttpHandler, 404 HttpHandler Url Rewriting Virtual Path Providers XSLT XML document(), HTTPModules, .NEt 3.5 SP1, ASP.NET, HttpRequestWrapper
  • Re: How to capture the output of a a controller action that returns ViewResult in a string

    Hi, I want to capture the output of a controller action too… … how do I do this without a ControllerContext? I have a separate thread within my ASP.NET MVC site which must capture the output which doesn’t have route / controller context. I don’t want to make an http request to the same server; as there...
    Posted to ASP.NET MVC (Forum) by DeanMarkTaylor on 09-07-2008, 12:00 AM
    Filed under: mvc view, view, .mvc extension, .net.3.5, action result, asp mvc, download, HTTP, httpcontext, httprequest, action, actionresult, ASP mvc
  • use httpRequest to scan the source-code from an url

    Hi, I wil start an ASP.NET C# project. It will be an Link Building tool to check an link on some url. Here is some example: Its like I have linkexchange with some related website. He placed an link at he's website and I did it on my website. I will check of my link is on he's website with this...
    Posted to Getting Started (Forum) by khalidelmeknesi on 04-28-2008, 12:00 AM
    Filed under: url, HttpRequest, source code
  • Mocking the Request.Form object

    Hi, I'm trying to write a unit test for a controller action. This action uses the UpdateFrom(Request.Form) helper method to populate an object before writing it to a database. I would like to mock the Request.Form object in order to run a unit test against this action. However, it seems that the...
    Posted to ASP.NET MVC (Forum) by Bill_G on 01-29-2008, 12:00 AM
    Filed under: request.form, UpdateFrom, httprequest, mock
  • HttpWebRequest Screen Scraping with forms

    I am having trouble running a search using screen scrapes. I am trying to capture the incoming data and place it back into our template. I am trying to replicate the following catalog from http://libraries.ou.edu/eresources/catalog/. You can see what I have working so far, it simply goes to the request...
    Posted to Getting Started (Forum) by reedball on 10-05-2007, 12:00 AM
    Filed under: .Net 2.0, form post query, HttpRequest, httpwebrequest, httpwebrequest post form
  • visitor IP address not getting.. pls help

    hi all, I used Below methods but I am not getting visitors IP.It always shows internal IP.My server having Secure Socket Layer. Request.ServerVariables("HTTP_X_FORWARDED_FOR") //return empty Request.ServerVariables("REMOTE_ADDR") //got my Firewall IP Request.UserHostAddress //got...
    Posted to Getting Started (Forum) by leoiser on 08-12-2007, 12:00 AM
    Filed under: REMOTE_ADDR, visitor IP address, Authentication Redirect, code access, HttpRequest, Login Unique User, .net security
Page 1 of 3 (22 items) 1 2 3 Next >