Skip to main content

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

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