Sponsored Content
Full Discussion: Help with curl command
Top Forums Shell Programming and Scripting Help with curl command Post 302916975 by dunryc on Friday 12th of September 2014 05:58:24 PM
Old 09-12-2014
thanks Corona688
can you think of any other ways to accomplist this from the cli ?

with the following command

Code:
curl --data "ctl00%24ScriptManager1=ctl00%24upGetValue%7Cctl00%24btnGetValue&ctl00%24txtBarcode=871741824227&ctl00%24ContentPlaceHolder1%24hndMinItem=10&ctl00%24ContentPlaceHolder1%24hndMaxItem=500&ctl00%24ContentPlaceHolder1%24hndMinPrice=&ctl00%24ContentPlaceHolder1%24hndMaxPrice=&ctl00%24ContentPlaceHolder1%24hndMaxSalesRank=&ctl00%24ContentPlaceHolder1%24hndMaxDupItems=1&ctl00%24ContentPlaceHolder1%24hndGridItemCount=0&__LASTFOCUS=&__EVENTTARGET=&__EVENTARGUMENT=&__VIEWSTATE=true%2FwEPDwUJLTU3ODM4OTEyD2QWAmYPZBYCAgQPZBYIAgMPFgIeB1Zpc2libGVnFgICAQ8PFgIfAGdkFgoCAQ8WAh8AZ2QCAw8WAh8AZ2QCBQ8WAh8AZ2QCCQ8WAh8AaGQCCw8WAh8AZ2QCBw9kFgJmD2QWAgIBDw9kFgIeCm9ua2V5cHJlc3MFKHJldHVybiBjb250cm9sRW50ZXIoJ2N0bDAwX2J0bkdldFZhbHVlJylkAggPFQ0NL0RlZmF1bHQuYXNweBAvc3RhcnQtaGVyZS5hc3B4Fi9ob3ctaXQtYWxsLXdvcmtzLmFzcHgPL3NlbGwtZHZkcy5hc3B4EC9zZWxsLWdhbWVzLmFzcHgOL3NlbGwtY2RzLmFzcHgWL0Nhc2gtZm9yLW1vYmlsZXMuYXNweA4vYWJvdXQtdXMuYXNweAkvZmFxLmFzcHgPL2NvbnRhY3R1cy5hc3B4BS9ibG9nHi9TZW5kaW5nWW91ckl0ZW1zVG9Vc0ZyZWUuYXNweA0vYmxvZy9zaXRlbWFwZAIJD2QWAmYPZBYCZg9kFgwCAQ8PFgIeBFRleHRlZGQCAw8PFgIfAgV2FV2UgYXJlIHNvIHNvcnJ5LCBidXQgd2UgY3VycmVudGx5IGhhdmUgdG9vIG1hbnkgb2YgdGhlc2UgYXQgcHJlc2VudC4gT3VyIHN0b2NrIGxldmVsIGNoYW5nZXMgaG91cmx5LCBzbyBwbGVhc2UgdHJ5IGFnYWluIGxhdGVyLmRkAgUPPCsAEQMADxYEHgtfIURhdGFCb3VuZGceC18hSXRlbUNvdW50ZmQBEBYAFgAWAAwUKwAAZAIJDw9kFgIeB29uY2xpY2sFPWphdmFzY3JpcHQ6cmV0dXJuIENoZWNrSWZVc2VyTG9nZ2VkSW5Gb3JTYXZpbmdPcmRlcignRmFsc2UnKTtkAgsPZBYCZg8PZBYCHwUFMWphdmFzY3JpcHQ6cmV0dXJuIENoZWNrVGVybUFuZENvbmRpdGlvbignRmFsc2UnKTtkAgwPFQEaL3Rlcm1zLWFuZC1jb25kaXRpb25zLmFzcHhkGAIFHl9fQ29udHJvbHNSZXF1aXJlUG9zdEJhY2tLZXlfXxYBBS5jdGwwMCRDb250ZW50UGxhY2VIb2xkZXIxJGNoa1Rlcm1zQW5kQ29uZGl0aW9uBSZjdGwwMCRDb250ZW50UGxhY2VIb2xkZXIxJGd2RWFuTnVtYmVycw88KwAMAgYVARBPUkRFUl9ERVRBSUxTX0lECGZk&__ASYNCPOST=true&ctl00%24btnGetValue=true" hxxp://www.webuydvds.co.uk/start-here.aspx

i get the following error

Code:
179|error|500|The page is performing an async postback but the ScriptManager.SupportsPartialRendering property is set to false. Ensure that the property is set to true during an async postback.

Smilie


Dunryc
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Curl command

Hello, I try to take out of the command curl the info of the time... time curl --write \"Downloaded %{time total}\" -o ...... but having some problem. (1 Reply)
Discussion started by: protocomm
1 Replies

2. UNIX for Dummies Questions & Answers

curl command with web pages

I can't quite seem to understand what the curl command does with a web address. I tried this: curl O'Reilly Media: Tech Books, Conferences, Courses, News but I just got the first few lines of a web page, and it's nowhere on my machine. Can someone elaborate? (2 Replies)
Discussion started by: Straitsfan
2 Replies

3. Shell Programming and Scripting

Authentication using Curl command

Hi, I am using linux curl command to login to the website. Website is using http protocol. My question is how to protect "username and password" while posting the data to the website to avoid man in the middle attack. Is posting the sensitive data(password) using curl is secure?. Is digest... (6 Replies)
Discussion started by: Anjan1
6 Replies

4. Shell Programming and Scripting

Is curl command secure

Can any one confirm that posting username and password using curl command to "https" site is secure or not. Thanks, (1 Reply)
Discussion started by: Anjan1
1 Replies

5. HP-UX

CURL command in HPUX

Hi, I do not find curl command in HPUX. I used to use curl command in solaris to download files onto the server using the below command. /opt/boksm/lib/curl http://mymachine.net:9191/faci/TSDM\$dm-orbeon/artifact/my-ear.zip -o my-ear.zip If not curl how can the same be achived... (4 Replies)
Discussion started by: mohtashims
4 Replies

6. Shell Programming and Scripting

Curl command

Hi All, I am using below curl commad and getting output data correctly curl -k -u AASSDD:PPOOII -d "output_mode=csv" --data-urlencode search='search source=*/AASSDDFF/PPOOLLKK**/94.0*ASD-RST* "Caused by" OR "Error: LISTENER WILL BE DISABLED" OR java.lang.reflect.InvocationTargetException |... (1 Reply)
Discussion started by: rakeshtomar82
1 Replies

7. Shell Programming and Scripting

Curl command to post headers

I am trying post SOAP header from file to curl command. The curl command is curl -vk -H "$(cat curl-test1.txt)" -X POST https://xvcfvusdgfsd.sdfjd.gf/cmsws/CMSService The contet of curl file is POST: https://cmsuat.chrysler.com/cmsusws/CMSService HTTP/1.1 SOAPAction:... (1 Reply)
Discussion started by: dineshaila
1 Replies

8. Shell Programming and Scripting

Alternative command/method to curl

is there a different way to do the following: curl -k -H "Content-Type:application/json" -X POST -d'{"api_token": "33blah526c-6bla71-441b-491b-0blahca08"}' https://10.10.10.10/api/1.4/auth/session -c /tmp/myhost01.myhost.com im seeking to use a different method because i'm running into TLS... (1 Reply)
Discussion started by: SkySmart
1 Replies

9. Shell Programming and Scripting

Using CURL command with special characters in URL

Hi. I 'm trying to hit a REST api and retrieve a JSON feed, and the URL has special characters in it. Something like: Example Domain The below curl command is failing curl -X GET https://www.example.com/?sample=name&id=1001 saying bad command at id=1001 I am going to use this as part... (3 Replies)
Discussion started by: kumarjt
3 Replies

10. Web Development

Curl Command Error

Good afternnon. I need your help please to understand the basics of curl command to test web services. Ive heard i can test a web service using this command,so: curl http://glb_osb_fs.nh.inet:7110/serverglobal/services/StrategicPlanning/NotifyMNPAction_v1 it yields some errors, i would... (5 Replies)
Discussion started by: alexcol
5 Replies
purple-send-async(1)						   User Commands					      purple-send-async(1)

NAME
purple-send-async - calls purple API functions using DBus. SYNOPSIS
purple-send-async method-name [type1:value1] [type2:value2] ... DESCRIPTION
This program calls purple API functions using DBus. As opposed to purple-send, it does not print the return value. If you wnat to print the return value, use purple-send. This shell script just invokes dbus-send, see man dbus-send for how to specify the parameters. OPTIONS
Use dbus-viewer to get the list of supported functions and their parameters. Here are some examples: /usr/bin/purple-send-async PurpleAccountsFindConnected string: string:prpl-jabber /usr/bin/purple-send-async PurpleAccountsGetAll /usr/bin/purple-send-async PurpleCoreQuit ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWgnome-im-client | +-----------------------------+-----------------------------+ |Interface stability |Volatile | +-----------------------------+-----------------------------+ SEE ALSO
purple-remote(1), purple-send(1), purple-url-handler(1), attributes(5) purple-send-async Manual, http://pidgin.im/ NOTES
Updated by Lei Ju, Sun Microsystems Inc., 2006, 2007. SunOS 5.11 02 Apr 2008 purple-send-async(1)
All times are GMT -4. The time now is 01:09 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy