Free Microsoft Dynamics MB-820 Actual Exam Questions - Question 11 Discussion
Question No. 11
A company has a Business Central online environment.
You need to create an HTTP GET request that connects to an external REST service.
Which solution should you use?
You need to create an HTTP GET request that connects to an external REST service.
Which solution should you use?
Select one option, then reveal solution.
US
FY
Farhan Y.
2026-02-17
Makes sense to rule out codeunits if we're in a strict online environment. Using a HttpClient data type variable (E) seems like the cleanest and most supported way for an HTTP GET request in Business Central online. E
0
FY
Farhan Y.
2026-02-12
E imo, HttpClient is the straightforward way to make HTTP GET calls.
0
BA
Bilal A.
2026-01-22
I think option E makes sense since HttpClient is built for sending HTTP requests directly. Codeunit 1297 might be more for internal handling, not actual external calls. Does anyone know if 1297 fully supports GET requests?
0
BA
Bilal A.
2026-01-19
It’s E HttpClient data type variable.
0