Timeline for Use curl to download from a Url
Current License: CC BY-SA 3.0
17 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Feb 14, 2014 at 9:26 | comment | added | YoMismo | I don't know about WAP_PUSH_MESSAGE, could you check if information is being POSTed in that body?, some information might be send with POST and you need to feed that same info in your curl command. | |
| Feb 14, 2014 at 8:52 | comment | added | Etienne Lawlor | I am not able to successfully access this URL anywhere. This url is part of the body of a WAP_PUSH_MESSAGE on Android. Thats where I got the URL from. | |
| Feb 14, 2014 at 8:48 | comment | added | YoMismo | @toobsco42, then I don't understand. From where are you accessing that URL with success? If it is a specific application, then you might need to sniff packets to see what exactly is being sent from that application so that you can reproduce that information exchange from curl. | |
| Feb 14, 2014 at 8:37 | comment | added | Etienne Lawlor | I am running curl from my desktop. | |
| Feb 14, 2014 at 8:19 | comment | added | Anthon | @toobsco42 Yeah, but you are not using that phone to do curl access do you? I think you better call customer support for your phone to get this resolved. | |
| Feb 14, 2014 at 8:08 | comment | added | Etienne Lawlor | @Anthon, The phone bill is under contract with T-Mobile. | |
| Feb 14, 2014 at 8:07 | comment | added | Etienne Lawlor | @YoMismo, I cannot access that url from a mobile browser or from a desktop browser. | |
| Feb 14, 2014 at 8:02 | comment | added | Anthon | @toobsco42 Who is providing your access to the internet? And think about how t-online.com knows you are the person allowed to access that message and not someone else. | |
| Feb 14, 2014 at 7:55 | comment | added | YoMismo | Hmmm so you can get to that page from your phone but not from a PC browser? In that case @Stephane Chazelas might be right, try with this user agent: Mozilla/5.0 (Linux; U; Android 2.3; en-us) AppleWebKit/999+ (KHTML, like Gecko) Safari/999.9 | |
| Feb 14, 2014 at 7:52 | comment | added | Etienne Lawlor | I'm not exactly sure what you mean by using a t-online provided internet access. | |
| Feb 14, 2014 at 7:49 | comment | added | Anthon | I am not sure, somehow t-online should check the validity of you accessing that data. The 14zbwk seems a bit minimal for that. Are you using a t-online provided internet access for this? | |
| Feb 14, 2014 at 7:46 | comment | added | Etienne Lawlor | yes that number is from the device that I am testing on. Have I tried to do what via a normal browser? | |
| Feb 14, 2014 at 7:44 | comment | added | Anthon | However as you indicate this is for downloading an MMS you might not be able to do this unless you can be identified as the owner of the phone where the MMS was sent to. Is the 18188257544 part of your phone number? Have you ever tried to do this via a normal browser, it might ask you to identify, or identify you use this from a t-online connection (DSL) | |
| Feb 14, 2014 at 7:43 | comment | added | Etienne Lawlor | I am not able to access this url in a browser so that is why I am looking to a unix utility to download the file. | |
| Feb 14, 2014 at 7:37 | history | edited | Anthon | CC BY-SA 3.0 | added 349 characters in body |
| Feb 14, 2014 at 7:37 | comment | added | Etienne Lawlor | That sounds pretty reasonable. The problem is I have an mms message on Android and the "content-location" is this url. That is why I am trying to fetch the url to download the content of the MMS. So what are my alternatives? | |
| Feb 14, 2014 at 7:32 | history | answered | Anthon | CC BY-SA 3.0 |