Thread: http protocols through winsock

  1. #1
    Unregistered
    Guest

    Question http protocols through winsock

    I have written a program both in both c++ (using winsock) and java(using .net) which is able to retrieve files from the web for use within the main database. up until now I had thought that it had been working fine until I realised that alot of pages that load up fine in a program such a ie or netscape will be reported as being missing (404) by just using the GET method to the server.

    I am sure that it prolly has something to do with cookies or something... what am I missing?

  2. #2
    Registered User rohit's Avatar
    Join Date
    Feb 2002
    Posts
    69
    probably you are not framing the GET query properly check the RFC. are you giving the HOST: destination ip and all atleast

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. HTTP get with winsock on rapidshare links???
    By Anddos in forum C++ Programming
    Replies: 1
    Last Post: 05-25-2009, 03:21 PM
  2. HTTP Downloads :: Winsock
    By kuphryn in forum Windows Programming
    Replies: 6
    Last Post: 01-13-2003, 11:12 PM
  3. Standard HTTP Characters :: Winsock
    By kuphryn in forum Windows Programming
    Replies: 2
    Last Post: 01-12-2003, 12:21 PM
  4. HTTP GET Index Command :: Winsock
    By kuphryn in forum Windows Programming
    Replies: 2
    Last Post: 12-17-2002, 10:45 AM
  5. HTTP Protocol :: Winsock
    By kuphryn in forum Windows Programming
    Replies: 9
    Last Post: 06-21-2002, 03:07 PM