Wrox Programmer Forums
|
ASP Forms As of Oct 5, 2005, this forum is now locked. Please use "Classic ASP beginner" at http://p2p.wrox.com/forum.asp?FORUM_ID=54 or "Classic ASP Professional" http://p2p.wrox.com/forum.asp?FORUM_ID=56 instead.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP Forms section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old October 14th, 2004, 10:30 PM
Registered User
 
Join Date: Oct 2004
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Default how to use GET /login HTTP/1.0 in asp

Hi! All

Hope you are fine.

I'm doing http programming using with asp.net. I need to connect to server passing http headers. I can connect to the server using the following code at command prompt

telnet 192.100.86.69 8001
 Trying...
 Connected to 192.100.86.69.
 Escape character is '^]'.
 GET /login HTTP/1.0
 cpa_cp_id: 734
 cpa_login_name: 6%2FcEVBzQiwM%3D
 cpa_password: xioAsjyHZ%2FvypHDm3sU8uw%3D%3D


How can i do it in asp page
 cpa_cp_id: 734
 cpa_login_name: 6%2FcEVBzQiwM%3D
 cpa_password: xioAsjyHZ%2FvypHDm3sU8uw%3D%3D

 cpa_cp_id,cpa_login_name and cpa_password are http headers i should pass those parameters using url encoding

any one can help me out

thanks in advance






Similar Threads
Thread Thread Starter Forum Replies Last Post
Custom HTTP 404 Problem w/ASP to ASP.NET kwilliams ASP.NET 2.0 Professional 7 November 26th, 2007 04:17 PM
http headers in asp ocabrera70 Classic ASP Basics 2 April 26th, 2005 08:39 AM
Passing login state across http and https astra Classic ASP Basics 0 May 19th, 2004 05:19 AM
Passing login state across http and https astra Classic ASP Databases 0 May 19th, 2004 05:14 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.