Block attachments from certain IP Range
Requirement:
In few organisations, certain IP Ranges are refrained from creating requests with attachments.
New to ADSelfService Plus?
Related Articles
Block attachments from specific IP Address
Requirement: In few organisations, certain IP Address are refrained from creating requests with attachments. Steps to configure: Goto Admin > Developer Space > Request Custom Functions > Global function > New > Paste the content from the ...
Add attachments using API
Attachment cannot be added when a request is created, it can be only added after request creation URL : http://localhost:8080/api/v3/attachments?TECHNICIAN_KEY=XXXXXXXXX Body
How to block accessing the application using IP Address?
To achieve this, we used tuckey url rewrite framework to block the IP based access. The framework is already bundled in our application. Follow the below steps to block the IP based access, Assume ServiceDesk Plus server's IP address is ...
Query to find out the users added on a specific date range
This should be handy during Audit. Execute the query nder Reports->New Query Report Users added based on a date range. Here the range is from and to today. select * from aaauser where createdtime >= <from_today> AND CREATEDTIME <= <to_today> If ...
How to start ServiceDesk Plus on a single IP address/IP Binding
For customers running version 9.3 and below. 1. Goto Drive:\ManageEngine\ServiceDesk\server\default\conf\TrayIconInfo.xml and add "ipToBind" parameter to the following line: <SDP-PROPERTIES RequestScheme="http" WebPort="8080"/> Now the line would ...