-1

I need help or any suggestion. I have no idea how to do it? Request URL: https://www.vizofly.com/NTU/Stress/StreamingAssets/Schools.json Request Method: GET Status Code: 200 (from disk cache) Remote Address: 172.66.43.59:443 Referrer Policy: strict-origin-when-cross-origin alt-svc: h3=":443"; ma=86400, h3-29=":443"; ma=86400 cf-cache-status: DYNAMIC cf-ray: 6d4c32aacdb1926d-FRA content-encoding: br content-type: application/json date: Fri, 28 Jan 2022 18:14:00 GMT etag: W/"1261-61f2caaf-3e2d8e;;;" expect-ct: max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct" last-modified: Thu, 27 Jan 2022 16:39:11 GMT nel: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} report-to: {"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v3?s=aVZAHndifoZtrY0MH3O1WlauF71saxbdUuS7eBS0tReoUi5fGDG3zSlxFCTvbIwJxvGeVeiQyjT%2FVIUWKfUpxNbRT1jUi%2F9VEOvJnaBBRtJKapsW8RBKeLUxqP%2FusLzYEHQ%3D"}],"group":"cf-nel","max_age":604800} server: cloudflare x-content-type-options: nosniff x-frame-options: ALLOW-FROM https://www.ntu.edu.sg

GHULAM NABI
  • 498
  • 5
  • 15
  • Ask is ambiguous. Title says API is hidden and in the body HTTP Response code is 200. If you can hit this api through postman from your load test rig then there should not be any issues – Rahul Jadhav Jan 29 '22 at 15:18

1 Answers1

2

If you're asking about how to configure JMeter to send the request:

  1. Add Thread Group to your Test plan

  2. Add HTTP Request sampler and set it up like:

    enter image description here

  3. You may also want to add HTTP Cache Manager to represent browser cache, HTTP Cookie Manager to automatically handle cookies and so on in order to configure JMeter to behave more like a real browser

Dmitri T
  • 159,985
  • 5
  • 83
  • 133