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 post error 500 - Internal server error

Karan_Chopra_
Active Participant
0 Likes
3,066

Hello Experts,

While using HTTP post method to send data I am getting error "Internal Server error" 500 when I get response.

http://<host>/EosProv/postOutput

With the above URL in lv_URL, if I directly use in browser I get same error. Is it possible I am using URL in wrong way.

6 REPLIES 6
Read only

FredericGirod
Active Contributor
0 Likes
2,535

could check using the trace in the transaction SMICM

Read only

mohit_dev
Contributor
0 Likes
2,535

First, please confirm if it is working well in POSTMAN.

Read only

Karan_Chopra_
Active Participant
0 Likes
2,531

i checked thru mozilla console as below , i get same error. Hope this is also same approach

Read only

FredericGirod
Active Contributor
0 Likes
2,531

AdBlocker ?? are you using your own internet browser ?

Read only

Karan_Chopra_
Active Participant
0 Likes
2,531

above is just an example. no its clients VPN

Read only

Karan_Chopra_
Active Participant
0 Likes
2,529

If I am getting same error in browser console test as below, does that mean problem is at the server side?