Adding http command in asp fie

Adding http command in asp fie SearchSearch
Author Message
karan
New member
Username: Karan996

Post Number: 2
Registered: 09-2013
Posted on Wednesday, September 18, 2013 - 07:36 pm:   

i am using this asp file with search code in 2 way system
http://localhost/ftth/ftth.asp?sender=@@SENDER@@&text=@@FULLSMS@@

this file will run when any sms with fault prefix comes

I want to run http://127.0.0.1:8800/?PhoneNumber=@@Sender@@&text=thanks in asp file. i dont know asp commands so please give me syntax and command
Des - NowSMS Support
Board Administrator
Username: Desosms

Post Number: 4660
Registered: 08-2008
Posted on Wednesday, September 18, 2013 - 09:10 pm:   

Hi karan,

The following might help you:

http://support.nowsms.com/discus/messages/485/21018.html


Basically you construct the URL and make an HttpWebRequest for the URL.


--
Des
NowSMS Support
Ajay nigam
New member
Username: Ajay31

Post Number: 1
Registered: 09-2013
Posted on Sunday, September 22, 2013 - 03:11 am:   

Jaj