Hi Scott,
It worked like a Charm! Thanks a Lot.
I'll ensure that next time I post the question I'll do it as instructed and make it as legible as possible.
Search found 8 matches
- Tue May 16, 2023 5:03 am
- Forum: HTTPAPI
- Topic: Error on the 2nd request due to HTTP_POINT_ADDL_HEADER
- Replies: 2
- Views: 6401
- Mon May 15, 2023 7:43 am
- Forum: HTTPAPI
- Topic: HTTPAPI Error for Ocp-Apim-Subscription-Key
- Replies: 2
- Views: 6501
Re: HTTPAPI Error for Ocp-Apim-Subscription-Key
Yes, This was a firewall issue. Thanks!
- Mon May 15, 2023 7:42 am
- Forum: HTTPAPI
- Topic: Error on the 2nd request due to HTTP_POINT_ADDL_HEADER
- Replies: 2
- Views: 6401
Error on the 2nd request due to HTTP_POINT_ADDL_HEADER
Hi All, I am using two http_req in my program. First one to fetch the authorisation code( this doesnt reuqire any additional headers ) second one to post my data( this requires additional headers ). When I run my programs the first time all works fine, but, when try it again ( without logging out an...
- Wed Nov 23, 2022 6:25 pm
- Forum: HTTPAPI
- Topic: HTTPAPI Error for Ocp-Apim-Subscription-Key
- Replies: 2
- Views: 6501
HTTPAPI Error for Ocp-Apim-Subscription-Key
Hi, I am using HTTPAPI Ver 1.42 released 2020-10-12 . We have a requirement where we need to post information to Azure. For this we are using http_response, also there is an Ocp-Apim-Subscription-Key that needs to be passed to connect to server. Previously we were using 'x-functions-key:' and it was...
- Tue May 31, 2022 2:32 pm
- Forum: HTTPAPI
- Topic: HTTP/1.1 400 Bad Request
- Replies: 1
- Views: 4203
Re: HTTP/1.1 400 Bad Request
Hi Scott,
I was sending wrong authorization key I mean.. without the header 'x-functions-key'. When i added it, it worked
.
Thanks & Regards,
Karthika Talluri
I was sending wrong authorization key I mean.. without the header 'x-functions-key'. When i added it, it worked

Thanks & Regards,
Karthika Talluri
- Tue May 31, 2022 12:49 pm
- Forum: HTTPAPI
- Topic: HTTP/1.1 400 Bad Request
- Replies: 1
- Views: 4203
HTTP/1.1 400 Bad Request
Hi Scott, I am using HTTPAPI Ver 1.42 released 2020-10-12 . We are trying to send data to Azure from AS400. We are getting 'HTTP/1.1 400 Bad Request' error . Please find below the code snippet.Could you please tell me where I am going wrong? http_setOption( 'content-type' : 'application/json' ); htt...
- Tue May 24, 2022 2:22 pm
- Forum: HTTPAPI
- Topic: Timeout occurred while trying to connect to server!
- Replies: 2
- Views: 5908
Re: Timeout occurred while trying to connect to server!
Hi Scott,
Thanks for your response. Because of that we were finally able to figure out that there was a firewall blocking both from IBM and Azure end. Finally we were able to establish the connection.
Thanks for your response. Because of that we were finally able to figure out that there was a firewall blocking both from IBM and Azure end. Finally we were able to establish the connection.
- Thu Apr 28, 2022 8:26 am
- Forum: HTTPAPI
- Topic: Timeout occurred while trying to connect to server!
- Replies: 2
- Views: 5908
Timeout occurred while trying to connect to server!
Hi, I am using HTTPAPI Ver 1.42 released 2020-10-12 . We have a requirement where we need to post information to Azure. For this we are using http_response, also there is an x-functions-key that needs to be passed to connect to server. I am not able to connect to the server getting "Timeout occ...