Buying Quick $5 who can tell me how to send needed parameters to this url - site is .net

Discussion in 'Services' started by jfontestad, Apr 26, 2012.

  1. #1
    Hey,

    I was wondering if anyone can help me figure out how I can pass variables to this site: https://www.onapi.gob.do/servicios/signos.aspx

    I looked at the source and used the names which are within the form for each field, but that didn't help.

    Reason that I am looking to do this, is that I work for a company and we have to manually submit potential product names to this institution to see if they're available or not, and even then it's only about 1% that are and furthermore only about 1% of that 1% gets approved. So I am looking for a way to automate this process a little, but I can not figure out the name of the parameters that are passed in order to create a script that can automatically check to see if the names are at least available.

    I am trying to pass the parameters through a URL.

    ex: https://www.onapi.gob.do/servicios/signos.aspx?dropdown=Marca&radio=Texto&inputfield=brandname


    $5 to be paid via PayPal
     
    jfontestad, Apr 26, 2012 IP
  2. Joseph S

    Joseph S Well-Known Member

    Messages:
    1,373
    Likes Received:
    17
    Best Answers:
    0
    Trophy Points:
    155
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #2
     <form name="aspnetForm" method="[B]post[/B]" 
    Code (markup):
    As you can see, their form is using post, not get. So, you will need a php script to post the variables to the site.
     
    Joseph S, Apr 26, 2012 IP
  3. jfontestad

    jfontestad Well-Known Member

    Messages:
    1,236
    Likes Received:
    20
    Best Answers:
    0
    Trophy Points:
    148
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #3
    Ok,

    So, what would be the parameters to be posted? The same long ones that appear in each name tag of the given field/radio/dropdown?

     
    jfontestad, Apr 26, 2012 IP
  4. Joseph S

    Joseph S Well-Known Member

    Messages:
    1,373
    Likes Received:
    17
    Best Answers:
    0
    Trophy Points:
    155
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #4
    Yes, but as POST not GET.
     
    Joseph S, Apr 26, 2012 IP