Project

General

Profile

Actions

Bug #12414

open

Unable to send API calls through gw in a remote/staging server with postman or JMeter

Added by Arshana Atapattu 3 months ago.

Status:
New
Priority:
Medium
Assignee:
-
Start date:
09/01/2025
Due date:
% Done:

0%

Estimated time:
Device Type:
Component:
Type:
Platform

Description

Environment details
620 server

Prerequisites
postman or JMeter

Steps
send API req through gw.
EX: https://uem.gw.entgra.net/api/device-mgt/android/v1.0/devices

Description
When API req sent through gw it getting failed [1].

When the same req sent through mgt it getting success [2].
EX: https://uem.mgt.entgra.net/api/device-mgt/android/v1.0/devices

Error: [3]
payload for the sample API req: [4]

Note: This is reproducible with JMeter and postman

Result

[1]

[2]

[3]
<html>
<head><title>400 Request Header Or Cookie Too Large</title></head>
<body bgcolor="white">
<center><h1>400 Bad Request</h1></center>
<center>Request Header Or Cookie Too Large</center>
<hr><center>nginx/1.14.0 (Ubuntu)</center>
</body>
</html>

[4] {
"id": "Carbon_10_${__threadNum}",
"name":"android-device-${device_id_prefix}-${__threadNum}",
"type":"android",
"description":"this is an android device ${__threadNum}",
"deviceIdentifier":"000-000
${device_id_prefix}-${__threadNum}",
"enrolmentInfo":{
"id":1000${__threadNum},
"device":{

},
"dateOfEnrolment":0,
"dateOfLastUpdate":0,
"ownership":"COPE",
"status":"ACTIVE",
"owner":"admin"
},
"features":[ {
"id":10,
"code":"aaaa1111",
"name":"newfeature1",
"description":"this is the new feature 1",
"deviceType":"android",
"metadataEntries":[ {
"id":10,
"value":{ {
"name":"property1",
"value":"value1"
}
],
"deviceInfo":{
"deviceModel":"S6",
"vendor":"SAMSUNG",
"osVersion":"11 (30)",
"batteryLevel":1,
"internalTotalMemory":32,
"internalAvailableMemory":24,
"externalTotalMemory":64,
"externalAvailableMemory":60,
"operator":"dialog",
"connectionType":"GSM",
"mobileSignalStrength":1,
"ssid":"picassowifi",
"cpuUsage":0,
"totalRAMMemory":2,
"availableRAMMemory":1,
"pluggedIn":false,
"location":{
"deviceId":0,
"deviceIdentifier":{
"id":"string",
"type":"string"
},
"latitude":0,
"longitude":0,
"street1":"string",
"street2":"string",
"city":"string",
"state":"string",
"zip":"string",
"country":"string"
},
"deviceDetailsMap":{
}
}
]
}
],
"properties":[
},
"imei":"string",
"imsi":"string"
},
"applications":[ {
"id":0,
"platform":"string",
"category":"string",
"name":"string",
"locationUrl":"string",
"imageUrl":"string",
"version":"string",
"type":"string",
"appProperties":{
},
"applicationIdentifier":"string",
"memoryUsage":0
}
]
}

Files

No data to display

Actions

Also available in: Atom PDF