Skip to main content

HTTP GET using Microfocus Visual COBOL 5.0 and Visual Studio 2019

  • November 11, 2022
  • 1 reply
  • 0 views

Hi everybody,

I need to do a simple Http Get on this Url "">viacep.com.br/.../".
Does anyone has an example of how to do that using native COBOL?

If there is no way to do it using native, is there a way using modern(maneged) COBOL?


#API
#HTTP
#get
#COBOL
#MicroFocus

1 reply

Chris Glazier
Forum|alt.badge.img+2

Hi everybody,

I need to do a simple Http Get on this Url "">viacep.com.br/.../".
Does anyone has an example of how to do that using native COBOL?

If there is no way to do it using native, is there a way using modern(maneged) COBOL?


#API
#HTTP
#get
#COBOL
#MicroFocus

There was a similar question that I responded to on a different forum thread. You might want to take a look at it here.

This can be done in both native code and in .NET managed. Take a look at the previous thread and if you have additional questions please post them here.

Thanks