stubs
Member
Registered: 30th Jun 02
Location: Bolton
User status: Offline
|
Basically, as per this post on the O2 forum, I'd like to submit text messages using the O2 webtext service directly from my Synology.
Is it possible to extract the URL details that I would need to submit from O2's java site? I.e. find out how they submit the data from their website?
Any help would be great.
Stu
|
Paul_J
Member
Registered: 6th Jun 02
Location: London
User status: Offline
|
What you need is an O2 sms web service like the example they gave.
If they don't have one, then you can't use it.
|
Dom
Member
Registered: 13th Sep 03
User status: Offline
|
Not an O2 customer so can't login, but if the SMS's are sent via a webpage form then you could create a server-side script (PHP+cURL etc) that would login and send the data.
Edit - Just remembered that the old dear uses O2, will have a butchers.....
[Edited on 11-02-2011 by Dom]
|
Ian
Site Administrator
Registered: 28th Aug 99
Location: Liverpool
User status: Offline
|
If you can simulate exactly what the browser is doing then yes, you can automate the requests. Of course it will fail massively if their page changes.
I would also imagine they have some sort of device on there to prohibit automated requests so you may need to get around that as well.
|
stubs
Member
Registered: 30th Jun 02
Location: Bolton
User status: Offline
|
Damn
Thanks anyway for the replies peeps
|