# Failed to validate request because the time between server and client is not synchronized

When calling a web service method, you may get the error:

*"Failed to validate request because the time between server and client is not synchronized. Difference in time is > xxx"*

QLM validates that the time on the client is within a certain threshold from the time on the server. This is to avoid hackers from intercepting activation requests and playing them back later on.

To resolve this issue, you have 2 choices:

1. Option 1: Ask the end user to make sure the time on his system is correct and always synchronized with a time server.
2. Option 2: Increase the threshold that QLM allows. This threshold value is configurable from Manage Keys / Sites / Server Properties / options / webMethodMaximumDelay. The default value is 600 seconds (10 minutes).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.soraco.co/docs/troubleshooting/failed-to-validate-request-because-the-time-between-server-and-client-is-not-synchronized.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
