taucher
Posts: 0
Joined: Fri Apr 17, 2015 6:06 am

Send form data to external URL and get the response

Hello,

I know this can be out of support, but if anyone helps, i will be so glad.

https://parselsorgu.tkgm.gov.tr is a website that you can search and get parcel of land with lang/long values. It is a free service. How can i implement that service into my mobile app. (you can try with clicking "Cografi Sorgu" and enter "Enlem"="40", "Boylam"="30")

I try with sending post request to the url with required headers and body and response in rest test in appery is working. But in debug, it gives errors.

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

Send form data to external URL and get the response

Hi -

Yes, possibly someone from community is familiar with this service and will help you.

Based on what you saying about testing it inside Appery.io it works and in web not.
It looks like a CORS, it is a very common problem you can read more about solutions here: https://devcenter.appery.io/documenta...

taucher
Posts: 0
Joined: Fri Apr 17, 2015 6:06 am

Send form data to external URL and get the response

Hi Illya,

Should i make a post request or get request and how can i send the form data to external webpage(https://parselsorgu.tkgm.gov.tr)

I think my rest service config has some problems because i just copied all the headers and data from the website above to the apperyio rest service settings.

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

Send form data to external URL and get the response

Hello Taucher,

We are sorry, but custom rest services are outside the scope of our support. You would need to search this information in the documentation of that site or find it out empirically.

taucher
Posts: 0
Joined: Fri Apr 17, 2015 6:06 am

Send form data to external URL and get the response

Hello Evgene,

I know it is outside the scope of your support. I just want someone to check that website and if is it possible to make the request i want?

Thanks,

taucher
Posts: 0
Joined: Fri Apr 17, 2015 6:06 am

Send form data to external URL and get the response

Please someone help me about a href="https://parselsorgu.tkgm.gov.tr " rel="nofollow"https://parselsorgu.tkgm.gov.tr/a. I need to implement the map service in my application process.

When i open "parselsorgu" webpage in a new tab and use the service, than i can make the request below:

Image

The response in test tab :
Image

Return to “Issues”