Contact Us

If you still have questions or prefer to get help directly from an agent, please submit a request.
We’ll get back to you as soon as possible.

Please fill out the contact form below and we will reply as soon as possible.

  1. Fotoware Alto
    • 11.14 Schreckhorn
    • Terminology
    • Solutions
    • User Guide - Deutsch
    • User Guide - English
    • API Changelog
  2. Fotoware Veloz
    • Managing users and groups
    • Configuring archives
    • Configuring workflows
    • Configuring site behavior
    • Navigating and searching to find your assets
    • Working with your assets
    • Editing asset metadata
    • Uploading files
    • Version Control in Fotoware
    • Albums - Creating and sharing collections
    • Placing assets in a CMS
    • Working with the Fotoware Pro interface
    • Using the Fotoware plugins
    • Consent management
    • User guide to FotoWeb for iPad (Legacy)
    • Picture conferencing with FotoWeb Screens (Legacy)
    • What's what in Fotoware
    • GDPR
    • Fotoware Veloz releases
    • Activity Exports
    • Fotoware Example Workflows
  3. Fotostation
    • Getting started with Fotostation
    • Viewing, selecting and sorting files
    • Managing your assets with archives
    • Adding metadata to assets
    • Searching for assets
    • Working with your assets
    • Version Control in Fotostation
    • Automating tasks with Actions
    • Configuring metadata fields and editors
    • Configuring Fotostation
    • Configuring Fotostation for multi-user environments
    • Troubleshooting Fotostation
  4. Fotoware Flow
    • What is Flow?
    • Getting started
    • Flow dictionary
  5. Fotoware On-Premises
    • Getting started
    • Index Manager
    • FotoWeb
    • Color Factory
    • Connect
    • Operations Center Guide
  6. Integrations and APIs
    • The Fotoware API
    • Creating integrations using embeddable widgets
    • Authorizing applications using OAuth
    • Auto-tagging
    • FotoWeb Drag and Drop export
    • Integration using webhooks
    • Optimizely and Episerver plugin documentation
    • User Interface Integrations
  7. Fotoware Mobile
    • User guide for Fotoware Mobile for iPhone and Android
    • User guide to FotoWeb for iPad (Legacy)
    • User guide to FotoWeb for iPhone and Android (Legacy)

Contact Us

If you still have questions or prefer to get help directly from an agent, please submit a request.
We’ll get back to you as soon as possible.

Please fill out the contact form below and we will reply as soon as possible.

  • Support

Table of Contents

Check that FotoWeb is responding Step 1: Inspect the Request Capturing requests using Fiddler Step 2: Check that the error actually comes from FotoWeb Step 3: Check the Logs
  • Home
  • Integrations and APIs
  • The Fotoware API
  • Fotoware API Overview

Troubleshooting requests to the FotoWeb API

This topic provides some guidelines to help you troubleshoot requests to the FotoWeb API. Please follow these guidelines before contacting Support, as Support will probably ask you about the results of the below tests.

11. March 2025

Elaine Foley

Table of Contents

Check that FotoWeb is responding Step 1: Inspect the Request Capturing requests using Fiddler Step 2: Check that the error actually comes from FotoWeb Step 3: Check the Logs

Check that FotoWeb is responding

If you are just getting started using the API, check the following:

(Note that this section applies to the FotoWeb REST API, not to the legacy APIs (ArchiveAgent, etc.))

Connect to FotoWeb using a browser to make sure the server is set up correctly and answering.

The problem might not be related to using the API at all, and resolving it might therefore not require any knowledge of the API.

  • EITHER you are using the correct API key in the correct header OR Guest access is enabled (Guest user is licensed and not locked out) on the site.
  • (If not using the public API) an API license is activated on the server
  • (if using server-to-server user authentication) the user has the "API Access" group permission.

Step 1: Inspect the Request

Some REST clients output detailed information about a request and the response received from the server. If this is not available, then the next best option is to route the request through Fiddler. This requires doing the following:

  1. Install and run Fiddler
  2. Change the application to use the system proxy for making requests, or explicitly use localhost:8888 as the proxy server (Fiddler listens on port 8888 and registers itself as the system proxy)
  3. If possible, use HTTP (not HTTPS) for debugging and development. If the server only allows HTTPS, or HTTP cannot be used for security reasons, then it is possible to enable HTTPS decryption in Fiddler. Please use this carefully, as it requires accepting Fidler's security certificate on the development client! Make sure to remove this certificate whenever you are done debugging! (You are basically temporarily allowing Fiddler to man-in-the-middle-attack communication between your application and the server!)

Fiddler is only available on Windows. For other platforms, there are the following options:

  • Use a different debugging proxy, such as Charles (Mac and Windows)
  • Set up Fiddler on a separate Windows machine, allow other computers to connect to Fiddler and route requests through it.

For example, if you are using curl, you can use the following additional command-line option to use Fiddler:

1 curl -x localhost:8888

The following information about the request and response may be helpful:

  • Status code: 400-499 means the request was somehow invalid, 500-599 means there was an error on the server side.
  • "Web View": If the response was not JSON data but HTML (which should not happen under normal circumstances), this can give some hint about what happened.
  • Request and response headers

Capturing requests using Fiddler

It is possible to select one or more requests in the list view in Fiddler and save them as a .saz file. Fotoware support may ask for such files, as they are the best and easiest way to communicate what the request and response looked like. Please, if possible and convenient, always send .saz files rather than copying and pasting requests and responses. This is also always much better than sending us application code.

Step 2: Check that the error actually comes from FotoWeb

If the response is not JSON data, then chances are the request comes from a reverse proxy or front-end cache or other component between the client and FotoWeb.

The "Web View" tab, as well as response headers, can provide hints on this.

Step 3: Check the Logs

When requests fail, the FotoWeb server typically logs an error. This is the case, particularly, for server-side errors (status code 500-599). In case of a server-side error, there MUST be a log message. No log message means that the server either crashed, or that there is a bug. You may also want to check for crash dumps.

Fotoware Support will most likely ask for server logs if the error cannot be explained using the request and response data alone.

api issues problem solving

Was this article helpful?

Yes
No
Give feedback about this article

Related Articles

  • Content Relation Items Changed Condition
  • Content Schema Condition
  • What is Connect?
eco-lighthouse-miljøfyrtårn

Company

  • About us
  • Resellers
  • Careers
  • Contact us

Help & support

  • Support center
  • Consultancy
  • Tech partners
  • Fotostation
  • System status

Trust Center

  • Legal
  • Security
  • Sustainability & ESG

Locations

Fotoware AS (HQ)
Tollbugata 35
0157 OSLO
Norway
FotoWare Switzerland AG
Industriestrasse 25
5033 Buchs (AG)
Switzerland

Copyright 2025 Fotoware All rights reserved.

  • Terms of service
  • Privacy policy
  • Cookie policy

Knowledge Base Software powered by Helpjuice

Expand