CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: nutrione

Search: Search took 0.03 seconds.

  1. Replies
    17
    Views
    26,204

    Re: HttpWebRequest

    will you post the code here?

    why does this happen?!
  2. Replies
    17
    Views
    26,204

    Re: HttpWebRequest

    the URL should be "https://friendfeed-api.com/v2/entry" because you are going to post an entry. for other things like posting a comment there is https://friendfeed-api.com/v2/comment and so on (you...
  3. Replies
    17
    Views
    26,204

    Re: HttpWebRequest

    are you serous?! WOW!
    dude, look at the first post. does it look like someone trying to "harvest credentials"?
    if he was familiar with all this FF thing, I would never type such long instructions...
  4. Replies
    17
    Views
    26,204

    Re: HttpWebRequest

    Hi!
    Oh no laughs. friendfeed can be a little confusing. click on settings on the right side of your avatar, on settings window, click on change password, enter something and save it. once more, go...
  5. Replies
    17
    Views
    26,204

    Re: HttpWebRequest

    well, just wanted to say thanks, in advance. if you do it, you'll help me a lot!
  6. Replies
    17
    Views
    26,204

    Re: HttpWebRequest

    dude! I just told you :D

    open up your Visual Studio project, go to solution explorer, right click on refference folder, click on "Add Refference", when a window appears, on ".NET" tab, search for...
  7. Replies
    17
    Views
    26,204

    Re: HttpWebRequest

    the code is not incomplete. you need to add web ref to your Visual Studio project to make HttpUtulity work. "using System.Web" is not enough.

    and no, my firewall setting is fine.

    if you get...
  8. Replies
    17
    Views
    26,204

    Re: HttpWebRequest

    by the way, if I try mineReq.ProtocolVersion = HttpVersion.Version11 it will throw an exception-> The server committed a protocol violation. Section=ResponseStatusLine
  9. Replies
    17
    Views
    26,204

    HttpWebRequest

    hey there! my first post ever! :D
    first of all I'm completely new to C# and .NET programming.

    background: I'm trying to write a piece of code that uses HttpWebRequest to post an entry to a...
Results 1 to 9 of 9





Click Here to Expand Forum to Full Width

Featured