Get the actual dynamic URL link

Get the actual dynamic URL link SearchSearch
Author Message
Anonymous
 
Posted on Wednesday, June 09, 2004 - 10:14 am:   

possible to get the dynamic generated wap push link instead of binary code? like instead of "message submitted", it returns the actual http://xxx/date/.. URL. From SMSLOG there is binarycode but not the actual dynamic URL created.

appreciated help.
Bryce Norwood - NowSMS Support
Board Administrator
Username: Bryce

Post Number: 2789
Registered: 10-2002
Posted on Thursday, June 10, 2004 - 05:50 pm:   

That's a tough one. We would like to add additional options to the HTTP response in the future, so that we can return some of this information. But for some tasks, like multimedia WAP push, this is challenging because of the way the requests are handled internally.

The MMSC-yyyymmdd.LOG will have a portion of the URL in an "MMSIN" entry. That's about the only way I am aware of for extracting the URL at present.

-bn
Anonymous
 
Posted on Thursday, June 10, 2004 - 07:26 pm:   

how can we get the portion of the URL directly from nowsms after 'message submitted'?
Bryce Norwood - NowSMS Support
Board Administrator
Username: Bryce

Post Number: 2810
Registered: 10-2002
Posted on Thursday, June 10, 2004 - 08:09 pm:   

You can't. You could try to parse the MMSC-yyyymmdd.LOG file, but that's it.

We are looking at alternate approaches, but there is no other way to get this information at present.