Results 1 to 2 of 2

Thread: How to send HTTP apply for from specific IP?

  1. #1
    BrooksGray is offline Senior Member
    Join Date
    Dec 2009
    Posts
    231
    Rep Power
    3

    Default How to send HTTP apply for from specific IP?

    I am learning ASP programming language. I want to send HTTP request from any particular IP address but I want to indicate my request from particular IP not from default one. I tried lots of software but none of them worked out, for that I ask you please, any help would be appreciated.

  2. #2
    CruzPowell is offline Senior Member
    Join Date
    Dec 2009
    Posts
    224
    Rep Power
    3

    Default

    Try to understand following code which is helpful for you. In the following code you have to design front end and use following in your asp file.

    Code:
    xmlRequest = "<?xml version=""1.0"" encoding=""utf-8""?>" &_ 
    "<GetItemRequest xmlns="" Components"">" &_ 
    "<RequesterCredentials>" &_ 
    "<AuthToken>"&AuthToken&"</AuthToken>" &_
    "</RequesterCredentials>" &_ 
    "<ItemID>"&eBayItemID&"</ItemID> " &_
    "</GetItemRequest>"

Similar Threads

  1. HTTP suggest
    By Williamsjones in forum General Internet Terms
    Replies: 1
    Last Post: 08-12-2010, 05:11 PM
  2. HTTP Handler in ASP.net
    By Gaven Doeschate in forum Programming
    Replies: 2
    Last Post: 03-03-2010, 08:09 AM
  3. HTTP headers
    By SullivanWalker in forum General Internet Terms
    Replies: 1
    Last Post: 02-03-2010, 04:32 PM
  4. How to send HTTP request
    By Davisricky in forum General Internet Terms
    Replies: 2
    Last Post: 01-30-2010, 11:04 AM
  5. HTTP cookie
    By Peter dmello in forum General Internet Terms
    Replies: 0
    Last Post: 10-30-2009, 12:13 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
SEO by SubmitEdge

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48