Application Development and Automation 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: 
Read only

HTTP_GET - Bad request error

Former Member
0 Likes
1,092

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
Read only

Former Member
0 Likes
938

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

Read only

0 Likes
938

I use SAPHTTP destination, what should I configure?

Read only

Former Member
0 Likes
938

you have to configure the sender file/ftp adapter

Read only

Former Member
0 Likes
938

Any suggestions, my friends?

Read only

matt
Active Contributor
0 Likes
938

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

Read only

0 Likes
938

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.

Read only

Former Member
0 Likes
938

hi Guys,

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

William,.