Jump to content

FrozenHeart1992

New Members
  • Posts

    4
  • Joined

  • Last visited

FrozenHeart1992's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. @Xaotique thank you for your replay you are right that's what i want to do , the API that i am using is private i talk to them and they told me that i can share it but i don't want to share my username and password but i want to share the possibility to check the url using mine the request should be like this https://exemple.com/...loadlink[login]=USERNAME&params[pass]=PASSWORD&params[link]=LINK that's how it should be submitted you said that i can use curl could you please explain more i will be so glad
  2. @Xaotique thank you for your replay you are right that's what i want to do , the API that i am using is private i talk to them and they told me that i can share it but i don't want to share my username and password but i want to share the possibility to check the url using mine the request should be like this https://exemple.com/pm-api/work.php?method=directdownloadlink&params[login]=USERNAME&params[pass]=PASSWORD&params[link]=LINK that's how it should be submitted you said that i can use curl could you please explain more i will be so glad
  3. hi guys please could you help do this i tried to read about jquery , ajax , json but i just got really lost so i am asking for help to guide me to the right way and thank you so much. what i want to do is this : take this from in html <form method="GET" action="https://exemple.com/.../api/work.php"> <input type="hidden" name="method" value="link"/> <input type="text" name="params[login]" value="ready" /> </br><input type="text" name="params[pass]" value="download"/></br> <input type="text" size="80" name="params[link]" placeholder="get ready"/></br> <input type="submit" formtarget="txt" value="Submit"> </form> <iframe type="hidden" name="txt"></iframe> And turn it to this <form> <input type="text" size="80" name="params[link]" placeholder="get ready"/></br> <input type="submit" formtarget="txt" value="Submit"> </form> <iframe type="hidden" name="txt"></iframe> i want to validate - the the first input with name="method" value="link" -the second input with name="params[login]" value="ready" -the third input with name="params[pass]" value="download" to this url https://exemple.com/api/work.php ( this is a different domain "cross domain") with the GET request conclusion i don't want the visitor the see the url or the 3 inputs they can pnly submit the link they want to check thank you so much i hope someone can guide me to the right way i am so lost now
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.