acamso 55 Posted February 8, 2016 Report Share Posted February 8, 2016 Hi, still been having the same issue for the past couple years: - Keep-alive doesnt get set- Cant set Accept-Language- Cant remove Accept-Charset Any ideas? Quote Link to post Share on other sites
Bot-Factory 602 Posted February 8, 2016 Report Share Posted February 8, 2016 Hi, still been having the same issue for the past couple years: - Keep-alive doesnt get set- Cant set Accept-Language- Cant remove Accept-Charset Any ideas? If the commands are not working, Aymen has to fix them. Did you send that to him already?Dan Quote Link to post Share on other sites
acamso 55 Posted February 8, 2016 Report Share Posted February 8, 2016 Yup I messaged him on Skype and opened a support ticket. Quote Link to post Share on other sites
heopas 90 Posted February 8, 2016 Report Share Posted February 8, 2016 Hi, still been having the same issue for the past couple years: - Keep-alive doesnt get set- Cant set Accept-Language- Cant remove Accept-Charset Any ideas?Same problems for me. +1 Quote Link to post Share on other sites
BeerNut 25 Posted February 20, 2016 Report Share Posted February 20, 2016 Does anyone know a way to get the final URL from a http get with redirects? My url gets redirected like 5 times. What I need to know is that final URL so I can set it as a variable. Any ideas? Quote Link to post Share on other sites
Bot-Factory 602 Posted February 20, 2016 Report Share Posted February 20, 2016 Does anyone know a way to get the final URL from a http get with redirects? My url gets redirected like 5 times. What I need to know is that final URL so I can set it as a variable. Any ideas? Hi. It depends a bit on how the redirects work. But in 95% of the times you can enable auto redirect:plugin command("HTTP post.dll", "http auto redirect", "Yes") And then you get the final URI via:alert($plugin function("HTTP post.dll", "$http response", "response uri")) BUT... of a site is using javascript or some other stuff to redirect things, it could happen that it doesn't work automatically. Then you have to disable Auto redirect, scrape the redirect URLs from the source code and execute everything manually. And there are even cases where you can't use Http plugin at all. Really depends on the site and how everything is coded. Dan Quote Link to post Share on other sites
BeerNut 25 Posted February 20, 2016 Report Share Posted February 20, 2016 Hi. It depends a bit on how the redirects work. But in 95% of the times you can enable auto redirect:plugin command("HTTP post.dll", "http auto redirect", "Yes") And then you get the final URI via:alert($plugin function("HTTP post.dll", "$http response", "response uri")) BUT... of a site is using javascript or some other stuff to redirect things, it could happen that it doesn't work automatically. Then you have to disable Auto redirect, scrape the redirect URLs from the source code and execute everything manually. And there are even cases where you can't use Http plugin at all. Really depends on the site and how everything is coded. Dan Ah thank you! I was trying that but I was right clicking and trying to run each command in order and it always gave me a Null error. When I put them into a define and just ran the program it finally worked. I guess I just needed confirmation that this is how that actually worked. It looks like in my case the urls are followed without any problems or extra steps needed. 1 Quote Link to post Share on other sites
wiseguys 3 Posted February 24, 2016 Report Share Posted February 24, 2016 How do we use PUSH and DELETE functions using this plugin> Have tried with both $http post and $http get with no success.... Quote Link to post Share on other sites
Franciscotorresny 0 Posted March 3, 2016 Report Share Posted March 3, 2016 just try to buy the product none of 4 cards work or my paypal account .. are you having issues selling the product i really need it Quote Link to post Share on other sites
Franciscotorresny 0 Posted March 3, 2016 Report Share Posted March 3, 2016 Can Anyone sell me this product please Quote Link to post Share on other sites
Aymen 385 Posted March 4, 2016 Author Report Share Posted March 4, 2016 Can Anyone sell me this product please Please send me an email to aymenbnr at gmail.com , or submit a support ticket at https://ubotplugins.freshdesk.com/ and we'll find a way to solve this issue! Regards Quote Link to post Share on other sites
jeepinjeff 4 Posted March 14, 2016 Report Share Posted March 14, 2016 I just started having an issue with the plugin. Whenever I try to use it I get a script error: "The given key was not present in the dictionary." I tried restarting Ubot, disabling and re-enabling the plugin and disabling all other plugins, to no avail. Here's a screenshot for you: http://prntscr.com/afccvv Any ideas? Quote Link to post Share on other sites
Code Docta (Nick C.) 639 Posted March 15, 2016 Report Share Posted March 15, 2016 It looks possible you are using custom string inside of a function not designed for this. Remove User Agent function and just use the string. I tried a string in the function and got your error.CD 1 Quote Link to post Share on other sites
jeepinjeff 4 Posted March 15, 2016 Report Share Posted March 15, 2016 Thanks man. I stepped away for a bit and figured out the issue not two minutes before you posted. I hadn't had a chance to return here to comment yet. I hadn't realized you couldn't do that though. Is there any way to add custom user agents to the plugin's native list? Quote Link to post Share on other sites
Code Docta (Nick C.) 639 Posted March 16, 2016 Report Share Posted March 16, 2016 in ubots native functions you can use custom strings Aymen just didn't make that function in the same way. Quote Link to post Share on other sites
Aymen 385 Posted April 15, 2016 Author Report Share Posted April 15, 2016 Http Post Plugin Update 2.6.0 Log :Fixed issue where Accept-Language header is not being setFixed issue where Accept-Charset header is not being setFixed issue where Keep-alive header is not being setadded http add cookie command (Paid update requested by Pascal Bourreau)added http get all cookies function (Paid update requested by Pascal Bourreau)added http get cookie function (Paid update requested by Pascal Bourreau)If you didn’t get the update by email open a support ticket here : https://ubotplugins.freshdesk.com/ Quote Link to post Share on other sites
Kreatus (Ubot Ninja) 422 Posted April 16, 2016 Report Share Posted April 16, 2016 Http Post Plugin Update 2.6.0 Log :Fixed issue where Accept-Language header is not being setFixed issue where Accept-Charset header is not being setFixed issue where Keep-alive header is not being setadded http add cookie command (Paid update requested by Pascal Bourreau)added http get all cookies function (Paid update requested by Pascal Bourreau)added http get cookie function (Paid update requested by Pascal Bourreau)If you didn’t get the update by email open a support ticket here : https://ubotplugins.freshdesk.com/ Hey Aymen, serialize/deserialize doesnt work on ubot5. Quote Link to post Share on other sites
ptlrc 2 Posted April 29, 2016 Report Share Posted April 29, 2016 can you please share me the amazon customer login scriptBUG: Http Plugin V2.5.1 has a bug if a cookie string is using " at the beginning and end of the cookie string.The last " is not submitted. Original Cookie Header (Browser) Cookie Header via HTTP Plugin This happens with Cookie Container Mode Basic and Advanced. And the cookie string is set correctly when I tried it with Basic mode: I deleted the other cookies from the cookies string example to keep it simple in this post! In my script all of the cookies are included of course!plugin command("HTTP post.dll", "http cookies string", "sess-at-acbde=\"pelx76AQE3MJgF424GEluR3XJmegeBqXUEcr5sWkTRk=\"") It would be great if that could be fixed. That's the reason why logins to certain sites (Amazon Buyer central) fails. PM me if you need a script and login details to test it. Thanks in advance for your helpDan Quote Link to post Share on other sites
LordPorker 7 Posted April 29, 2016 Report Share Posted April 29, 2016 Hey. Just sent you a PM re the HTTP plugin. Thanks. Quote Link to post Share on other sites
flying_dutchman 0 Posted July 2, 2016 Report Share Posted July 2, 2016 aymen, when i see the bonus package(doc and sample code) is outdated, so can you share to me your latest tutorial or document please. or if anyone have the latest doc how to use http post plugin please share to me. thx all. Quote Link to post Share on other sites
SaHiN 14 Posted July 4, 2016 Report Share Posted July 4, 2016 Hi, Multi part post "=" problem valuename = codevalue = xhs6=ewr post data, code=xhs6=ewr http://image.prntscr.com/image/0b879e240a2f4fe4b52544be3e4e0534.png Help me?Thank you. Quote Link to post Share on other sites
denrich 4 Posted July 6, 2016 Report Share Posted July 6, 2016 Hi, In the HTTP get, the proxy holder won't pick up the colon and port.Example in parentheses 111.222.33(:8080) Thanks. Quote Link to post Share on other sites
denrich 4 Posted July 7, 2016 Report Share Posted July 7, 2016 Hi, In the HTTP get, the proxy holder won't pick up the colon and port.Example in parentheses 111.222.33(:8080) Thanks.If anyone wondering, Using saved txt files from "ScrapeBox" seems to interfere with proxies. Clean the files before adding to Ubot. That was my problem. Quote Link to post Share on other sites
flying_dutchman 0 Posted July 19, 2016 Report Share Posted July 19, 2016 aymen, this plugin support for authorization header? i try to connect dropbox api and in that documentation, i have to set authorization header. this is my code: plugin command("HTTP post.dll", "http set headers", "Authorization", "Bearer <token>") set(#dropbox,$plugin function("HTTP post.dll", "$http post", "https://api.dropboxapi.com/2/auth/token/revoke", "", $plugin function("HTTP post.dll", "$http useragent string", "Firefox 27.0 Win7 64-bit"), "", "", ""),"Global") the result is 400 Bad Request. can you or somebody help me please. i have search the solution all day but i'm stuck with it. Quote Link to post Share on other sites
flying_dutchman 0 Posted August 28, 2016 Report Share Posted August 28, 2016 aymen, is http set header still working well? today i use http set header to login to wordpress and when i see with fiddler. the header not work.. this is my code: plugin command("HTTP post.dll", "http set headers", "Cookie", "PHPSESSID=lubkq31cvh9clt65pv*****; wordpress_test_cookie=WP+Cookie+check") set(#LoginWPPost,$plugin function("HTTP post.dll", "$http post", "http://***.com/wp-login.php", "log=***&pwd=*****&wp-submit=Log+Masuk&redirect_to=http%3A%2F%2F***.com%2Fwp-admin%2F&testcookie=1", $plugin function("HTTP post.dll", "$http useragent string", "Firefox 27.0 Win7 64-bit"), "http://***.com/wp-login.php", "", ""),"Global") and you can see the fiddler result: see, the header not show in fiddler result. please fixing this ... i really need this feature for my project. thx. Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.