Announcement

Collapse
No announcement yet.

What is s.apitype

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    What is s.apitype

    What is s.apitype used for and does it have cardinals?

    Is s.apitype used to issue a server header response?

    Does uri.mvc issue s.apitype of 'Redirect' for cannonical urls?
    http://www.alphabetsigns.com/

    #2
    https://www.mivascript.com/topic/system-variables.html

    Platform: 'CGI', 'NSAPI', or 'Mia' (Miva Merchant Mia)
    Gordon Currie
    Phosphor Media - "Your Success is our Business"

    Improve Your Customer Service | Get MORE Customers | Edit Any Document Easily | Free Modules | Follow Us on Facebook
    phosphormedia.com

    Comment


      #3
      Thanks for the link Gordon.

      I think something with the s.apitype is wonky on my website because its system variable is populating with the value of 'Redirect'.

      I checked the LSK and s.apitype is used in the tui_json and tui_mgr for the MivaVm type.

      I'm not sure if the s.apitype 'Redirect' value is intended and the docs need to be updated or if this is normal code rot.

      Can anyone else verify their s.apitype.
      http://www.alphabetsigns.com/

      Comment


        #4
        Values would be the following:
        1. Redirect - when CGI is used with mod_action
        2. CGI - indicates old style CGI execution
        3. FastCGI - when using FastCGI
        4. Mia - when using Mia
        5. IIS7 - when using IIS7
        These values have no bearing on uri.mv and are old school variables. They are nothing any developer should need to worry about at this point in time.
        David Carver
        Miva, Inc. | Software Developer

        Comment


          #5
          Thank you. That makes more sense.
          http://www.alphabetsigns.com/

          Comment

          Working...
          X