Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

HTTP_GET - Bad request error

Former Member
0 Kudos
263

Hi Experts,

I'm trying to receive currency exchange rates from Poland National Bank and Latvia National Bank using HTTP_GET function.

I use URL: http://www.nbp.pl/kursy/xml/LastA.xml - for Poland

and http://www.bank.lv/vk/xml.xml - for Latvia

So, all preferences are the same, but I receive and XML-data from Poland, and got a BAD REQUEST 400 error from Latvia.

Whats wrong?

7 REPLIES 7

Former Member
0 Kudos
109

It may be because of the Systems.Ie unicode systems and the system may not be configured

0 Kudos
109

I use SAPHTTP destination, what should I configure?

Former Member
0 Kudos
109

you have to configure the sender file/ftp adapter

Former Member
0 Kudos
109

Any suggestions, my friends?

matt
Active Contributor
0 Kudos
109

Through transaction smicm up the trace level, and run the request again. See what the trace says.

0 Kudos
109

Hi Guys,

Do you have any update of this Post?

I also met this question, when user WEB Test Service to check , the XML document could get , but when I use HTTP_GET, there is BAD Request 400

Best regards.

William.

Former Member
0 Kudos
109

hi Guys,

The problem had been solved , I added some header fields , then I could get the right result.

William,.